1#line comment 2# 3define f() { 4 return 5 return 1+2 6 return (1+2) 7 return () 8} 9define f() 10{ 11} 12