static void f(void) { const int i = 120; const int j = i + 3; char str[j]; }