No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / template / array5.C
bloba5435806747d67a070addfe34a2201e1c4cb25bd
1 // PR c++/15427
3 template<class T>
4 struct A
6   T foo;
7 };
9 template<class T>
10 struct B
12   A<int> _squares[2];