Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / debug / dwarf2 / c99-typedef1.c
blobb7bd66a602315369563deef95a8acd78c8554803
1 // { dg-options "-std=iso9899:1999 -gdwarf-2" }
3 void f() {
4 int n = 3;
5 typedef int T[n++];
7 T t;
8 t[0] = 7;