Daniel Dunbar | b15efed | 2008-08-18 17:52:17 +0000 | [diff] [blame] | 1 | // RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 && |
Daniel Dunbar | e9bcc5c | 2008-08-11 18:40:47 +0000 | [diff] [blame] | 2 | // RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1 |
3 | |||||
4 | int foo(void) { | ||||
5 | } |