DCD/tests/tc_bang_op_or_template/file.d

8 lines
110 B
D

void main()
{
char[][] a;
if (!(a[0][0]). ){}
template Foo(T) { int i;}
if (Foo!(int). ){}
}