a.h 66 Bytes Raw Blame History Permalink 1 2 struct X { union { int n; }; }; inline int a(X x) { return x.n; }