6 lines
176 B
C
6 lines
176 B
C
// RUN: clang-cc -fexceptions -emit-llvm -o - %s | grep "@foo()" | not grep nounwind &&
|
|
// RUN: clang-cc -emit-llvm -o - %s | grep "@foo()" | grep nounwind
|
|
|
|
int foo(void) {
|
|
}
|