brintos

brintos / llvm-project-archived public Read only

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