summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/ztext.s
blob: f66b3ee1e29bfa56f57ca7922e2e7ca571176ccf (plain)
1
2
3
4
5
6
7
8
9
10
        .global bar
        .type bar, @object
        .size bar, 8
bar:
        .quad 0

        .global zed
        .type zed, @function
zed:
        nop
OpenPOWER on IntegriCloud