12 lines · plain
1// RUN: mlir-opt %s2// No need to check anything else than parsing here, this is being used by another test as data.3 4module attributes {transform.with_named_sequence} {5 transform.named_sequence @print_message(%arg0: !transform.any_op {transform.readonly})6 7 transform.named_sequence @reference_other_module(%arg0: !transform.any_op) {8 transform.include @print_message failures(propagate) (%arg0) : (!transform.any_op) -> ()9 transform.yield10 }11}12