f()1 f ()
2 {
3   long long i;
4   int j;
5   long long k = i = j;
6 
7   int inner () {return j + i;}
8   return k;
9 }
10