blob: ba375bc437a898f9fc2a20bbf1b38fc070f2927d [file] [log] [blame]
template <int J>
struct A {
};
struct B {
template <int I>
struct C : public A<I> {};
typedef double I;
};