This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-29 10:32:47 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
26eb14ba51
llvm-6502
/
test
/
C++Frontend
/
2004-03-15-CleanupsAndGotos.cpp
13 lines
102 B
C++
Raw
Normal View
History
Unescape
Escape
// Testcase from Bug 291 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12428 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-16 05:14:47 +00:00
// Testcase from Bug 291
foo Bug 291, bar PR291 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12431 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-16 05:18:24 +00:00
// Testcase from Bug 291 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12428 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-16 05:14:47 +00:00
struct
X
{
~
X
(
)
;
}
;
void
foo
(
)
{
X
v
;
TryAgain
:
goto
TryAgain
;
}
Reference in New Issue
Copy Permalink