xref: /aosp_15_r20/external/llvm/test/MC/ARM/bracket-darwin.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: not llvm-mc -triple arm-apple-darwin %s 2> %t
2// RUN: FileCheck -input-file %t %s
3
4// CHECK: error: brackets expression not supported on this target
5.byte	[4-3]
6