.file "991014-1.c" .text .align 2 .globl union_size .type union_size, @function union_size: link.w %a6,#0 move.l #1073741568,%d0 unlk %a6 rts .size union_size, .-union_size .align 2 .globl struct_size .type struct_size, @function struct_size: link.w %a6,#0 move.l #2147483152,%d0 unlk %a6 rts .size struct_size, .-struct_size .align 2 .globl struct_a_offset .type struct_a_offset, @function struct_a_offset: link.w %a6,#0 move.l #2147483136,%d0 unlk %a6 rts .size struct_a_offset, .-struct_a_offset .align 2 .globl main .type main, @function main: link.w %a6,#0 jbsr union_size cmp.l #1073741568,%d0 jbne .L8 jbsr struct_size cmp.l #2147483152,%d0 jbne .L8 jbsr struct_a_offset cmp.l #2147483135,%d0 jbhi .L7 .L8: jbsr abort .align 2 .L7: clr.l %d0 unlk %a6 rts .size main, .-main .ident "GCC: (GNU) 3.3.2"