#include <stdlib.h>
typedef struct
{
int field;
} Huita;
struct Huita * huita_new(int value)
{
Huita
* huita
= (Huita
*)malloc(sizeof(Huita
)); huita->field = value;
return huita;
}
int main()
{
}
I2luY2x1ZGUgPHN0ZGxpYi5oPgoKdHlwZWRlZiBzdHJ1Y3QKewogICBpbnQgZmllbGQ7Cn0gSHVpdGE7CgpzdHJ1Y3QgSHVpdGEgKiBodWl0YV9uZXcoaW50IHZhbHVlKQp7CiAgIEh1aXRhICogaHVpdGEgPSAoSHVpdGEgKiltYWxsb2Moc2l6ZW9mKEh1aXRhKSk7CiAgIGh1aXRhLT5maWVsZCA9IHZhbHVlOwogICByZXR1cm4gaHVpdGE7Cn0KCmludCBtYWluKCkKewoKfQ==