11 lines · plain
1// RUN: transform-opt-ch3 %s --transform-interpreter --split-input-file --verify-diagnostics2 3// expected-note @below {{offending operation}}4module attributes {transform.with_named_sequence} {5 transform.named_sequence @__transform_main(6 // expected-error @below {{expected the payload operation to implement CallOpInterface}}7 %arg0: !transform.my.call_op_interface) {8 transform.yield9 }10}11