blob: 3670389c5d0d1ac03e0c0da117b58cf25c149baf [file] [log] [blame]
struct X {
X ();
};
template <int> struct O {
struct I {
I (const X & = X());
};
};
template struct O<2>;