brintos

brintos / llvm-project-archived public Read only

0
0
Text · 238 B · 835bb7a Raw
9 lines · plain
1// RUN: not llvm-tblgen %s 2>&1 | FileCheck -DFILE=%s %s2 3// CHECK: [[FILE]]:[[@LINE+2]]:23: error: expected integer or bitrange4// CHECK: [[FILE]]:[[@LINE+1]]:23: error: expected declaration in for5foreach Index = 0b110 - 0b111 in {6 7}8 9