mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Checkin old testcase that is newly fixed.
llvm-svn: 2161
This commit is contained in:
parent
3efb75a95d
commit
91c72eacec
12
test/Regression/CFrontend/2002-03-12-StructInitialize.c
Normal file
12
test/Regression/CFrontend/2002-03-12-StructInitialize.c
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
typedef struct Connection_Type {
|
||||
long to;
|
||||
char type[10];
|
||||
long length;
|
||||
} Connection;
|
||||
|
||||
Connection link[3]
|
||||
= { {1, "link1", 10},
|
||||
{2, "link2", 20},
|
||||
{3, "link3", 30} };
|
||||
|
Loading…
Reference in New Issue
Block a user