blob: e3cb1b854a9beb4d039533d8aa3a0aade29a250b [file] [log] [blame]
// PR c++/78572
static int array[10] = { array[3]=5, array[7]=3, };