10 lines
136 B
C
10 lines
136 B
C
|
|
struct statement_inheritance;
|
|
|
|
struct statement
|
|
{
|
|
const struct statement_inheritance* inheritance;
|
|
|
|
unsigned refcount;
|
|
};
|
|
|