2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / typeof5.C
blobd1ee4f718d15592b3cb78600c6caa1cf7c794f39
1 // { dg-options "" }
3 int foo;
5 template <class T> struct Base {};
7 template <class T>
8 struct Derived : public Base<typeof(foo)> {};