MC: Parse .set and assignments.
[oota-llvm.git] / test / MC / AsmParser / assignment.s
1 # RUN: llvm-mc %s > %t
2
3 # RUN: grep -A 2 TEST0 %t > %t2
4 # RUN: grep "a = 0" %t2
5 TEST0:  
6         a = 0
7