Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
508fc4708bb859391af8969614e67c84ab56c38c
/
.
/
test
/
FrontendC
/
2008-04-08-NoExceptions.c
blob: 257fee23b068e15188a30aad124a01a83817638b [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S -o - %s | grep nounwind | count 2
// RUN: %llvmgcc -S -o - %s | not grep {declare.*nounwind}
void
f
(
void
);
void
g
(
void
)
{
f
();
}