#pragma once #include "type.h" typedef struct { type_t *type; void *value; } value_t;