blob: 1d3c87be9122c4b0cbe2296e21f88e21f3a73601 [file] [log] [blame]
Daniel Dunbar5f027ef2008-07-18 16:38:05 +00001// RUN: rm -f %t1.bc
Daniel Dunbar5b2c6532009-03-24 01:59:55 +00002// RUN: not clang %s -emit-llvm-bc -o %t1.bc
3// RUN: not test -f %t1.bc
Daniel Dunbar5f027ef2008-07-18 16:38:05 +00004
5void f() {
6}
7
8void g() {
9 *10;
10}