int A:m (B b, int i) { int tmp; tmp = b.f; tmp = tmp + i; return tmp; }