// { dg-do compile } // Origin: David Robinson // PR c++/11513: ICE due to incorrect decision whether the tag is template. template struct bar { struct foo { int a; }; template int wom(U c) { struct foo b; } };