aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/unwind-attr.c
blob: 4954a0b59ce45afd605ba03cc2f68c52ca830cca (plain)
1
2
3
4
5
// 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) {
}