OSDN Git Service

fix
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / const1.C
1 // Build don't link:
2
3 struct S
4 {
5   void f()
6     {
7       const int i; // ERROR - uninitialized const
8     }
9 };