blob: 51119a661cad2f021460a3188d5b547a1f76280b [file] [log] [blame]
Daniel Dunbarfca5d342009-06-25 21:56:11 +00001# RUN: llvm-mc %s > %t
2
3# RUN: grep -A 2 TEST0 %t > %t2
4# RUN: grep ".set a, 0" %t2
5TEST0:
6 .set a, 0
7