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-01-09 05:31:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f6f263ce8c
llvm
/
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