typedef struct my_struct my_struct_t;
int func(my_struct_t* s);

int main() { return 0; }