ir/ir_check.c
2022-04-06 00:19:23 +03:00

7 lines
57 B
C

#include "ir.h"
void ir_check(ir_ctx *ctx)
{
//TODO:
}