aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/assignment.s
blob: 4e6916ad25b8f49c82a1ec103cbcdb34e3fcc5a6 (plain)
1
2
3
4
5
6
7
# RUN: llvm-mc %s | FileCheck %s

# CHECK: TEST0:
# CHECK: a = 0
TEST0:  
        a = 0