Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
ebd8f0f733941871aab785716aab27cb97fdcb38
/
.
/
test
/
CodeGen
/
unwind-attr.c
blob: 4d54f4639b30e518598c6adbb0ad11f7b7f27eb6 [
file
] [
log
] [
blame
]
Daniel Dunbar
e9bcc5c
2008-08-11 18:40:47 +0000
[
diff
] [
blame
]
1
// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1
2
// RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1
3
4
int
foo
(
void
)
{
5
}