blob: a99cf3bdb238f68ce566a9a692710c8c65ca21f1 [file] [log] [blame]
// RUN: mlir-opt %s -split-input-file -verify-diagnostics
//===----------------------------------------------------------------------===//
// pdl::RangeType
//===----------------------------------------------------------------------===//
// expected-error@below {{element of pdl.range cannot be another range, but got'!pdl.range<value>'}}
#invalid_element = !pdl.range<range<value>>