PR c++/80290
[official-gcc.git] / gcc / testsuite / g++.dg / init / pr42556.C
blobdbbf8bf95afa5ce49e57be4af546243ad2917c1c
1 // { dg-do compile }
2 // { dg-options "-fdump-tree-gimple" }
4 void foo (int a, int b, int c, int d)
6   int v[4] = {a, b, c, d};
9 // { dg-final { scan-tree-dump-not "v = {}"  "gimple" } }