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

int main() { return 0; }