Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1960d43fc1230043262c51e234fd7ff44d585118
/
.
/
test
/
CodeGen
/
unwind-attr.c
blob: 92f43ecc9ae8c5b644c75b3a36bd07c8eb9d5999 [
file
] [
log
] [
blame
]
// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 &&
// RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1
int
foo
(
void
)
{
}