1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/MC/AsmParser/directive_set.s

7 lines
119 B
ArmAsm
Raw Normal View History

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