blob: 4954a0b59ce45afd605ba03cc2f68c52ca830cca [file] [log] [blame]
Chris Lattnerae0b2432009-06-28 19:49:49 +00001// RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo()" | not grep nounwind &&
2// RUN: clang-cc -emit-llvm -o - %s | grep "@foo()" | grep nounwind
Daniel Dunbar709c00c2008-08-11 18:40:47 +00003
4int foo(void) {
5}