blob: 1148ba10315ee47205f769b6991b09cb6f5c9912 [file] [log] [blame]
// 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) {
return 0;
}