short a = 2; short b = 32; short r = 1024; void test(short w, short x, short y, short z) { r -= a+b; }