xref: /aosp_15_r20/external/llvm/test/MC/AsmParser/dot-symbol.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# Historically 'as' treats '.' as a reference to the current location in
2# arbitrary contexts. We don't support this in general.
3
4# RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
5# RUN: FileCheck -input-file %t %s
6
7# CHECK: invalid use of pseudo-symbol '.' as a label
8.:
9        .long 0
10