DCD/tests/tc_locate_ufcs_function/file.d

8 lines
67 B
D

import barutils;
void main()
{
auto foo = Foo();
foo.ufcsBar;
}