Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
1f2fcee89677d597f2a10b54d6cefac0e79db504
/
.
/
test
/
CodeGen
/
unwind-attr.c
blob: 1148ba10315ee47205f769b6991b09cb6f5c9912 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo()" | not grep nounwind
// RUN: clang-cc -emit-llvm -o - %s | grep "@foo()" | grep nounwind
int
foo
(
void
)
{
return
0
;
}