PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr51957-2.c
blob038921ea34e5ef52ec846e763254c0c79d41cf1e
1 /* PR target/51957 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0" } */
5 #include "pr51957-1.h"
7 union R *w[10];
9 union R *
10 fn1 (void)
12 return (union R *) 0;
15 void
16 fn2 (int x, const char *y, union R *z)
20 void
21 fn3 (void)
25 int
26 fn4 (union R *x)
28 return 0;
31 int
32 main ()
34 return 0;