mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-12 10:53:14 +01:00
8 lines
85 B
D
8 lines
85 B
D
module bug56;
|
|
|
|
void main()
|
|
{
|
|
int[] a;
|
|
a = [1,2,3];
|
|
{int[] b = [4,5,6];}
|
|
} |