1 // { dg-do assemble  }
2 
3 struct S
4 {
fS5   void f()
6     {
7       const int i; // { dg-error "" } uninitialized const
8     }
9 };
10