1 # RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=+ras -disassemble | FileCheck %s --check-prefix=RAS
2 # RUN: llvm-mc < %s -triple armv8a-none-eabi -mattr=-ras -disassemble | FileCheck %s --check-prefix=NO-RAS
3
4 [0x10,0xf0,0x20,0xe3]
5 # RAS: esb
6 # NO-RAS: hint #16
7