blob: d1ee4f718d15592b3cb78600c6caa1cf7c794f39 [file] [log] [blame]
// { dg-options "" }
int foo;
template <class T> struct Base {};
template <class T>
struct Derived : public Base<typeof(foo)> {};