]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr94842.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr94842.c
CommitLineData
bf915591
JJ
1/* PR c/94842 */
2/* { dg-do compile } */
3/* { dg-options "" } */
4
5_Atomic float x = 5;
6
7void
8foo (void)
9{
10 void bar (float y[(int) (x += 2)]) {}
11}