Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr93573-1.c
blob26ec9b77d6f273fa1a3302ea5c96ea3eb08958f1
1 /* PR c/93573 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 void bar ();
7 void
8 foo (char a)
10 union C { int d[100.0]; char *e; }; /* { dg-error "has non-integer type" } */
11 bar ((union C) &a);