aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/directive_set.s
blob: 51119a661cad2f021460a3188d5b547a1f76280b (plain)
1
2
3
4
5
6
7
# RUN: llvm-mc %s > %t

# RUN: grep -A 2 TEST0 %t > %t2
# RUN: grep ".set a, 0" %t2
TEST0:  
        .set a, 0