xref: /aosp_15_r20/external/llvm/test/MC/MachO/bad-dollar.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err > %t
2*9880d681SAndroid Build Coastguard Worker// RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker.long $1
5*9880d681SAndroid Build Coastguard Worker// CHECK-ERROR: 4:7: error: invalid token in expression
6