blob: 1b23e724160af1efb159a7802ef6fbc13b4ce891 [file] [log] [blame]
struct X { union { int n; }; };
inline int a(X x) { return x.n; }