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-15 04:30:12 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1aed1c7b3b
llvm-6502
/
test
/
C++Frontend
/
2003-11-04-ArrayConstructors.cpp
11 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
NEw testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9720 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-05 05:22:15 +00:00
struct
Foo
{
Foo
(
int
)
;
Add a dtor to ensure that they are called the right number of times. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9721 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-05 05:31:24 +00:00
~
Foo
(
)
;
NEw testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9720 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-05 05:22:15 +00:00
}
;
void
foo
(
)
{
struct
{
Foo
name
;
}
Int
[
]
=
{
1
}
;
}
Reference in New Issue
Copy Permalink