summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/directive_symbol_attrs.s
blob: 99ef3b8e13f6c43dc2c9ec5776018d35f0efb348 (plain)
1
2
3
4
5
6
7
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s

# CHECK: TEST0:
# CHECK: .globl a
# CHECK: .globl b
TEST0:  
        .globl a, b
OpenPOWER on IntegriCloud