int fun(int a, int b) { return a + b; } int v = fun(1, 2); print(v);