my_value
struct my_value { long x; };
typedef struct my_value { long x; } value_type;
struct my_value { int x, y, z; };