aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/typeof5.C
blob: d1ee4f718d15592b3cb78600c6caa1cf7c794f39 (plain)
1
2
3
4
5
6
7
8
// { dg-options "" }

int foo;

template <class T> struct Base {};

template <class T>
struct Derived : public Base<typeof(foo)> {};