blob: 5751b67b749166d40c597b0eb6f216fff900bddc [file] [log] [blame]
// RUN: clang-cc %s -emit-llvm -o -
void f(const char*);
void g() {
f("hello");
}