foo(unsigned short a,unsigned short b)1 int foo (unsigned short a, unsigned short b) { return a + b; }
2