1 struct Test
2 {
opDispatchTest3     struct opDispatch(string dummy)
4     { enum opDispatch = 1; }
5 }
6 auto temp = Test().foo!(int);
7