blob: 2292716bc9cc556d103bf21e8139c1f4f9788770 [file] [log] [blame]
struct Test
{
struct opDispatch(string dummy)
{ enum opDispatch = 1; }
}
auto temp = Test().foo!(int);