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