OSDN Git Service

* class.c (resolve_address_of_overloaded_function): Don't
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / const1.C
1 // { dg-do assemble  }
2
3 struct S
4 {
5   void f()
6     {
7       const int i; // { dg-error "" } uninitialized const
8     }
9 };