int test() { int i, j, k, m=2, n=4; i = m + n; j = n + m; k = m + n; }