// // Created by ricardo on 29/05/25. // #ifndef MLIRGEN_H #define MLIRGEN_H #include #include "SyntaxNode.h" namespace mlir { class MLIRContext; template class OwningOpRef; } namespace hello { mlir::OwningOpRef mlirGen(mlir::MLIRContext& context, Module& helloModule); } #endif //MLIRGEN_H