brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · c162e83 Raw
8 lines · plain
1## Tested invalid statement start tokens. X86 supports "{". Use a different target.2# REQUIRES: aarch64-registered-target3 4# RUN: not llvm-mc -triple=aarch64 %s 2>&1 | FileCheck %s5 6# CHECK: [[#@LINE+1]]:2: error: unexpected token at start of statement7 {insn}8