blob: 4954a0b59ce45afd605ba03cc2f68c52ca830cca [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) {
}