xref: /openbsd-src/regress/usr.bin/bc/t13.in (revision 734b596f302ac28c6d16d61f73e5172c720c8e2f)
1#line comment
2#
3define f() {
4	return
5	return 1+2
6	return (1+2)
7	return ()
8}
9define f()
10{
11}
12