blob: e930fc75c5e9119ff46d6c2ebe4f45f1ecf2afd7 [file] [log] [blame]
// PR c++/12696
struct A {
static float b[10]; // { dg-error "" }
}
float A::b[] = {1,2,3}; // { dg-error "" }