blob: 1d3c87be9122c4b0cbe2296e21f88e21f3a73601 [file] [log] [blame]
// RUN: rm -f %t1.bc
// RUN: not clang %s -emit-llvm-bc -o %t1.bc
// RUN: not test -f %t1.bc
void f() {
}
void g() {
*10;
}