OSDN Git Service

bb7cce175506325c801ed51472f7129c64065b6c
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr27898.c
1 /* PR c/27898 */
2 /* { dg-do compile } */
3 /* { dg-options "--combine" } */
4 /* { dg-additional-sources "pr27898.c" } */
5
6 union u { struct { int i; }; };
7
8 extern int foo (union u *);