No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / pch / template-1.Hs
blobafdb13f0862a74012a93f55ffae1f48d0ea1005b
1 template<int> struct A
3   enum { a, b = a };
4   void foo(A<b>);
5 };