blob: d0e9dab64583cd28db5541f67a61c77b23334ffa [file] [log] [blame]
// Build don't link:
// 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;
};