llvm/mlir/test/mlir-pdll/Parser/include/interfaces.td

include "mlir/IR/OpBase.td"

def TestAttrInterface : AttrInterface<"TestAttrInterface">;
def TestOpInterface : OpInterface<"TestOpInterface">;
def TestTypeInterface : TypeInterface<"TestTypeInterface">;