modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / pr95118.c
blob59173e6c577ef684b3cb8191db76a1eb3d0f5cde
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu17 -O2 -fdump-tree-fre" } */
4 void a();
5 void b() {
6 union {
7 int c[4];
8 long double d;
9 } e = {{0, 0, 4}};
10 a(e.d);