c89
goto <label_name>; ... <label_name>:
int add(const int a, const int b) { char buff[1024 * 1024]; int res = a + b; return res; }
int nums[10] = { 0, };