mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-09 17:04:12 +02:00
[svn r362] Started merging the old 'test' dir as well as the newer 'tangotests' dir into 'tests/mini' and 'tests/minicomplex'.
This commit is contained in:
12
tests/mini/bug11.d
Normal file
12
tests/mini/bug11.d
Normal file
@@ -0,0 +1,12 @@
|
||||
module bug11;
|
||||
|
||||
struct S
|
||||
{
|
||||
int[4] arr;
|
||||
}
|
||||
|
||||
S s=S([1,2,3,4]);
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user