7 lines
83 B
ArmAsm
7 lines
83 B
ArmAsm
|
// RUN: llvm-mc -triple i386-unknown-unknown %s
|
||
|
|
||
|
i:
|
||
|
.long g
|
||
|
g = h
|
||
|
h = i
|