DCD/tests/tc_locate_ufcs_function/barutils/barutils.d

5 lines
59 B
D

module barutils;
void ufcsBar(Foo foo, string message)
{
}