aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/wasm32/long-sections.s
blob: a8642d2783e93f8a7f6d3594542df9ee7d03e7e4 (plain)
1
2
3
4
5
6
7
8
9
        .section .wasm.type
        .rept 256
        .byte 0
        .endr

        .section .wasm.code
        .rept 65536
        .byte 0
        .endr