summaryrefslogtreecommitdiffstats
path: root/llvm/test/TableGen/foreach-range-parse-errors3.td
blob: 0a282c36099fbdf8bcedf245c58d207a4bcb0301 (plain)
1
2
3
4
5
6
7
8
// RUN: not llvm-tblgen %s 2>&1 | FileCheck -DFILE=%s %s

// CHECK: [[FILE]]:[[@LINE+2]]:21: error: expected integer or bitrange
// CHECK: [[FILE]]:[[@LINE+1]]:21: error: expected declaration in for
foreach Index = "0" - 1 in {

}

OpenPOWER on IntegriCloud