Skip to content
Snippets Groups Projects
Commit 2de4b5e2 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Add test case for -fexceptions

llvm-svn: 54647
parent 127bb03b
No related branches found
No related tags found
No related merge requests found
// 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) {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment