blob: 04c0f194bde04987410902768455b8a0e8a01698 [file] [log] [blame]
/* PR c/97860 */
/* { dg-do compile } */
/* { dg-options "" } */
void
foo (int n)
{
typedef int T[0];
typedef T V[n];
void bar (V);
}