blob: f49ae47c879fb67e7c30433a2d1d384c9a9ab800 [file] [log] [blame]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
typedef int I;
typedef int I;
struct A {
typedef int I;
typedef int I;
};
template <class T>
struct S {
typedef int I;
typedef int I;
};