summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/unwind-attr.c
blob: b2890c4c10de80eae7bb2cc4eef4267563127223 (plain)
1
2
3
4
5
// RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 &&
// RUN: clang-cc -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1

int foo(void) {
}
OpenPOWER on IntegriCloud