blob: fbff54149bcce8037bb4abd7750ba6c9e1493099 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: rm -f %t1.bc
2// RUN: not clang-cc %s -emit-llvm-bc -o %t1.bc
Daniel Dunbarf94e2152009-03-24 01:59:55 +00003// RUN: not test -f %t1.bc
Daniel Dunbarc8aeb652008-07-18 16:38:05 +00004
5void f() {
6}
7
8void g() {
9 *10;
10}