Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame] | 1 | // RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 && |
2 | // RUN: clang-cc -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1 | ||||
Daniel Dunbar | 709c00c | 2008-08-11 18:40:47 +0000 | [diff] [blame] | 3 | |
4 | int foo(void) { | ||||
5 | } |