dmd/compiler/test/compilable/ice10486.d
2022-07-09 18:53:07 +02:00

5 lines
65 B
D

void main()
{
typeof(null) null_;
int[1] sarr = null_;
}