typedef7.C   [plain text]


// 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;
};