blob: 110e0d9df3a50f31f441e667ac0aff0833619e23 [file] [log] [blame]
union u { struct { int i; }; };
extern int foo (union u *);