template struct A { typedef T Result; }; void someFunc() { A> object; (void)object; }