Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / MC / AsmParser / dollars-in-identifiers.s
blobe56959062ad9d9e0ee7c7cbfb2aac026b3acac98
1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
2 # RUN: FileCheck < %t %s
4 // CHECK: .globl $foo
5 .globl $foo
6 // CHECK: .long ($foo)
7 .long ($foo)