mie: ir: add stub rewriter interface

This commit is contained in:
2026-01-19 13:58:24 +00:00
parent a97678a1c2
commit e62c9c4775
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef MIE_IR_REWRITE_H_
#define MIE_IR_REWRITE_H_
struct mie_rewriter;
#endif
View File