1@RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2>&1 | FileCheck %s 2@RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s 3 4.text 5bar: 6 mov r0, =0x101 7@ CHECK: error: unknown token in expression 8@ CHECK: mov r0, =0x101 9@ CHECK: ^ 10 11