* decl.c (layout_var_decl): Change prototype. Don't complete
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / poi1.C
blob6adf580e2a475d8c67d891d53bb74263f385e085
1 // Build don't link:
2 // Origin: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4 template <class T>
5 class TLITERAL : public T 
6     {
7     int x;
8     };
10 class GATOM;
12 typedef TLITERAL<GATOM> x;
13 extern TLITERAL<GATOM> y;