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