mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
// Testcase from Bug 291
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
002be76733
commit
a1d1fcec93
11
test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
Normal file
11
test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
// Testcase from Bug 291
|
||||
struct X {
|
||||
~X();
|
||||
};
|
||||
|
||||
void foo() {
|
||||
X v;
|
||||
|
||||
TryAgain:
|
||||
goto TryAgain;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user