mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
7 lines
119 B
ArmAsm
7 lines
119 B
ArmAsm
|
# RUN: llvm-mc %s > %t
|
||
|
|
||
|
# RUN: grep -A 2 TEST0 %t > %t2
|
||
|
# RUN: grep ".set a, 0" %t2
|
||
|
TEST0:
|
||
|
.set a, 0
|
||
|
|