struct my_page { union { struct { int mapping; }; }; }; main() { struct my_page mypage; }