This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2025-02-11 21:38:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm
/
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