mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Add output
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8137 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c879e8ffc4
commit
f6c3fc3a2d
@ -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…
x
Reference in New Issue
Block a user