blob: 51ba2b45d0637c9b942632996cee9559e672a0cb [file] [log] [blame]
Daniel Dunbar97ea8672009-07-25 11:27:37 +00001// RUN: rm -f %t1.bc &&
2// RUN: not clang-cc %s -emit-llvm-bc -o %t1.bc &&
Daniel Dunbar4aacad12009-03-24 01:59:55 +00003// RUN: not test -f %t1.bc
Daniel Dunbar155ed242008-07-18 16:38:05 +00004
5void f() {
6}
7
8void g() {
9 *10;
10}