blob: 2e99b27194c8b3f6fa9e761420ef6ced3c09d02f [file] [log] [blame]
struct X { union { int n; }; };
inline int c(X x) { return x.n; }