1 2 3 4 5 6
int main(int argc, char **argv) { int x[argc * argc]; typedef int x_t[argc * argc]; return 0; }