forked from OSchip/llvm-project
parent
127bb03b8c
commit
2de4b5e2fc
|
@ -0,0 +1,5 @@
|
|||
// RUN: clang -fexceptions -emit-llvm -o - %s | grep "@foo() {" | count 1
|
||||
// RUN: clang -emit-llvm -o - %s | grep "@foo() nounwind {" | count 1
|
||||
|
||||
int foo(void) {
|
||||
}
|
Loading…
Reference in New Issue