Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
29e0bccf2bcce22b877f8b2ed173f564c116b97e
/
.
/
test
/
CodeGen
/
2008-07-17-no-emit-on-error.c
blob: 5339695887e3b3f97236b1960162881a501e5098 [
file
] [
log
] [
blame
]
Daniel Dunbar
c8aeb65
2008-07-18 16:38:05 +0000
[
diff
] [
blame
]
1
// RUN: rm -f %t1.bc
2
// RUN: ! clang %s -emit-llvm-bc -o %t1.bc
3
// RUN: ! test -f %t1.bc
4
5
void
f
()
{
6
}
7
8
void
g
()
{
9
*
10
;
10
}