freebsd-nq/test/CodeGen/unwind-attr.c

6 lines
176 B
C
Raw Normal View History

2009-07-04 13:58:54 +00:00
// RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo()" | not grep nounwind &&
// RUN: clang-cc -emit-llvm -o - %s | grep "@foo()" | grep nounwind
2009-06-02 17:58:47 +00:00
int foo(void) {
}