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