2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / fixed1.C
blob5a479d6891abeddabd0288191dd9699783cdb66b
1 // PR c++/35325
2 // { dg-options "" }
4 template<int> struct A {};
6 template<typename> struct B : A<sizeof(0=0r)> {};       // { dg-error "not supported" }
8 template<typename> struct C : A<sizeof(0=0r)> {};       // { dg-error "not supported" }