freebsd-nq/test/CodeGen/unwind-attr.c
2009-07-04 13:58:54 +00:00

6 lines
176 B
C

// 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) {
}