Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
1787b70a928b481fb2333d6c14cf91de26f4609e
/
.
/
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
;
}