blob: 5339695887e3b3f97236b1960162881a501e5098 [file] [log] [blame]
Daniel Dunbarc8aeb652008-07-18 16:38:05 +00001// RUN: rm -f %t1.bc
2// RUN: ! clang %s -emit-llvm-bc -o %t1.bc
3// RUN: ! test -f %t1.bc
4
5void f() {
6}
7
8void g() {
9 *10;
10}