2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / const1.C
blob995f466fec41ff8fdbd55a0464afbd3f4d9dff37
1 // { dg-do assemble  }
3 struct S
5   void f()
6     {
7       const int i; // { dg-error "" } uninitialized const
8     }
9 };