forked from OSchip/llvm-project
parent
ba694a32dc
commit
5a42754328
|
@ -1,4 +1,4 @@
|
||||||
// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1
|
// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1 &&
|
||||||
// RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1
|
// RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1
|
||||||
|
|
||||||
int foo(void) {
|
int foo(void) {
|
||||||
|
|
Loading…
Reference in New Issue