template struct A { int foo() { return 1;} }; int main() { A b; return b.foo(); // break here }