Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2
struct X { union { int n; }; }; inline int a(X x) { return x.n; }