DCD/tests/tc028/file.d

18 lines
98 B
D

struct Bob
{
version (all)
{
}
else
{
@disable this();
}
int abcde;
}
unittest
{
ab
}