#include "../struct.h" struct variable_expression { struct expression super; struct string* name; };