summaryrefslogtreecommitdiff
path: root/test/dot_s/lcomm-in-text-segment.s
blob: b059e63099176f8a6f228b960b3ea0f4490d7d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
        .text
        .type   a,@object
        .lcomm  a,4,2
        .type   b,@object
        .lcomm  b,4,2
        .type   c,@object
        .data
        .globl  c
        .align  2
c:
        .int32  b
        .size   c, 4