mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
NEw testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e860e0d69c
commit
f2f05a07ff
9
test/C++Frontend/2003-11-04-ArrayConstructors.cpp
Normal file
9
test/C++Frontend/2003-11-04-ArrayConstructors.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
struct Foo {
|
||||
Foo(int);
|
||||
};
|
||||
void foo() {
|
||||
struct {
|
||||
Foo name;
|
||||
} Int[] = { 1 };
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user