summaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/assignment.s
blob: 8e6ff34fe4b4cbf701ea76aeed9495e9ac03086f (plain)
1
2
3
4
5
6
7
# RUN: llvm-mc %s > %t

# RUN: grep -A 2 TEST0 %t > %t2
# RUN: grep "a = 0" %t2
TEST0:  
        a = 0
        
OpenPOWER on IntegriCloud