// { dg-do assemble } // Copyright (C) 1999 Free Software Foundation // by Alexandre Oliva // simplified from bug report by Andrey Slepuhin template struct X; int a; template struct X {}; int b; template struct X {}; X x;