1@ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 < %s 2>&1 | FileCheck %s
2
3hint #5
4hint.w #5
5hint #100
6
7@ CHECK: error: immediate operand must be in the range [0,4]
8@ CHECK: error: immediate operand must be in the range [0,4]
9@ CHECK: error: immediate operand must be in the range [0,4]
10