#include "node.h" struct ast_node_type c_true_node_ops = { .n_node_size = sizeof(struct ivy_ast_node), }; struct ast_node_type c_false_node_ops = { .n_node_size = sizeof(struct ivy_ast_node), }; struct ast_node_type c_null_node_ops = { .n_node_size = sizeof(struct ivy_ast_node), };