DCD/tests/tc027/file.d

11 lines
69 B
D

struct Foo(C)
{
int i;
}
unittest
{
auto foo = Foo!int();
foo.
}