1 void tweak(int); a()2 void a() { tweak(0); } b()3 void b() { tweak(1); } c()4 void c() { tweak(2); } d()5 void d() { tweak(3); } 6