Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
8203725f37fbb45ded343e4378247fee3389c0da
/
.
/
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
)
{
}