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