lambda-calc-1/statement/struct.h
2025-01-13 20:36:07 -06:00

10 lines
136 B
C

struct statement_inheritance;
struct statement
{
const struct statement_inheritance* inheritance;
unsigned refcount;
};