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