mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 20:03:14 +01:00
7 lines
76 B
D
7 lines
76 B
D
module mini.arrays17;
|
|
|
|
void main()
|
|
{
|
|
const char[2][2] id = [1: "ab"];
|
|
}
|