Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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)> {};