DCD/tests/tc048/file.d

10 lines
75 B
D

template Foo(T)
{
void bar();
}
void main(string[] args)
{
(Foo!int).
}