blob: b2890c4c10de80eae7bb2cc4eef4267563127223 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// 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 Dunbar709c00c2008-08-11 18:40:47 +00003
4int foo(void) {
5}