4-variable-simplifier/expression/struct.h
2026-04-25 16:00:10 -04:00

12 lines
158 B
C

struct expression_inheritance;
struct expression
{
const struct expression_inheritance* inheritance;
int cost;
unsigned refcount;
};