blob: 23ea804a2459cb353c124032aa3a374a6f3ad659 [file] [log] [blame]
struct X { union { int n; }; };
inline int b(X x) { return x.n; }