mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
7 lines
58 B
D
7 lines
58 B
D
module bug12;
|
|
|
|
void main()
|
|
{
|
|
const char[] name="y";
|
|
}
|