Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
714179b179a31a0c3769a968ee18ba87b901b13f
/
.
/
test
/
CodeGen
/
unwind-attr.c
blob: 86036f94b98138c110c10bcdd01548bb1576b82a [
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
;
}