mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add output
llvm-svn: 8137
This commit is contained in:
parent
94184ddd7b
commit
352ed0b9f0
@ -1,11 +1,13 @@
|
||||
// This testcase doesn't actually DO any EH
|
||||
#include <stdio.h>
|
||||
|
||||
static void foo() {}
|
||||
int main() {
|
||||
try {
|
||||
foo();
|
||||
return 0;
|
||||
} catch(...) {
|
||||
return 1;
|
||||
}
|
||||
printf("All ok\n");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user