aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr27898.c
blob: bb7cce175506325c801ed51472f7129c64065b6c (plain)
1
2
3
4
5
6
7
8
/* PR c/27898 */
/* { dg-do compile } */
/* { dg-options "--combine" } */
/* { dg-additional-sources "pr27898.c" } */

union u { struct { int i; }; };

extern int foo (union u *);