blob: 33d9d42644c3c5bb3d6c3c7cbcf855f1b56e3a73 [file] [log] [blame]
/* PR c/94842 */
/* { dg-do compile } */
/* { dg-options "" } */
_Atomic float x = 5;
void
foo (void)
{
void bar (float y[(int) (x += 2)]) {}
}