blob: 4d54f4639b30e518598c6adbb0ad11f7b7f27eb6 [file] [log] [blame]
Daniel Dunbare9bcc5c2008-08-11 18:40:47 +00001// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1
2// RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1
3
4int foo(void) {
5}