id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1035	PIR should allow comments between .param lines	coke	plobsing	"See [http://rt.perl.org/rt3/Ticket/Display.html?id=46499 Original ticket]

{{{
$ more foo.pir
.sub main :main
.param pmc b
# hi
.param pmc c
.end
$ ./parrot foo.pir
error:imcc:syntax error, unexpected PARAM ('.param')
        in file 'foo.pir' line 4

}}}

Tests in t/compilers/imcc/syn/regressions.t"	bug	closed	normal		none	trunk	medium	fixed			blizkost		
