blob: 8d351202c2f25f26536a34881e63d8e1a881173c [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
template <int I>
struct S {
struct T* x;
};
template struct S<2>;
T* t;