mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8113 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a182d2f896
commit
0cbe8a7d99
11
test/C++Frontend/EH/dead_try_block.cpp
Normal file
11
test/C++Frontend/EH/dead_try_block.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
// This testcase doesn't actually DO any EH
|
||||
|
||||
static void foo() {}
|
||||
int main() {
|
||||
try {
|
||||
foo();
|
||||
return 0;
|
||||
} catch(...) {
|
||||
return 1;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user