blob: b7bd66a602315369563deef95a8acd78c8554803 [file] [log] [blame]
// { dg-options "-std=iso9899:1999 -gdwarf-2" }
void f() {
int n = 3;
typedef int T[n++];
T t;
t[0] = 7;
}