mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 12:23:13 +01:00
7 lines
81 B
D
7 lines
81 B
D
module tangotests.arrays3;
|
|
|
|
void main()
|
|
{
|
|
const char[2][2] id = [1: "ab"];
|
|
}
|