DCD/tests/tc010/file.d

13 lines
87 B
D

import testfile1;
class Inherits : Base
{
int x;
}
void main()
{
Inherits i;
i.
}