1half n() {} 2void S() { -n(); } 3void l() { S(); } 4 5/*%%* 6function 'n' can exit without returning a value 7*%%*/ 8