/* Test that changes to a variable are reflected in a VLA later in the expression. *//* { dg-options "" } */#ifdef __cplusplusextern"C"#endifvoidabort();inti=4;intf(){returni;}intmain(){if(i+=2,sizeof(*(int(*)[f()])0)!=6*sizeof(int))abort();return0;}