mirror of
https://github.com/dlang/dmd.git
synced 2025-05-06 19:16:03 +03:00
10 lines
176 B
D
10 lines
176 B
D
/*
|
|
EXTRA_ARGS: -g -defaultlib= -main -c
|
|
|
|
// Issue https://issues.dlang.org/show_bug.cgi?id=22856
|
|
DWARF_VERIFY: false
|
|
*/
|
|
|
|
int[string] istr_a;
|
|
string[int] stri_a;
|
|
int[int] ii_a;
|