#define _STDLIB_DEBUG #include #include #include #include #include typedef struct { int x; long y; } S; int main(int argc, char **argv) { return 0; }