// Test inline proc declarations
proc
main() { (
proc
(b) {
""
, b;})(
"hi\n"
); }