Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
fe5f9736723cbaae5423f98ebbd0f0f537b51de4
/
.
/
test
/
CodeGen
/
unwind-attr.c
blob: 4954a0b59ce45afd605ba03cc2f68c52ca830cca [
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
)
{
}