blob: 8e6ff34fe4b4cbf701ea76aeed9495e9ac03086f [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 "a = 0" %t2
5TEST0:
6 a = 0
7