blob: 86036f94b98138c110c10bcdd01548bb1576b82a [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;
}