OpenBSD-4.6/regress/usr.bin/bc/t13.in

#line comment
#
define f() {
	return
	return 1+2
	return (1+2)
	return ()
}
define f()
{
}