id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1073,Lexical redeclarations in subs should throw exceptions,chromatic,kjs,"This code should throw an exception:

{{{
.sub 'main' :main
    .lex 'foo', $P0
    .lex 'bar', $P1
    .lex 'foo', $P2
.end
}}}

I'll add a TODO test for it in t/compilers/imcc/syn/clash.t when I get this ticket's number.

Please note that adding this exception to IMCC is fairly intractable without rewriting most of IMCC's symbol handling.  I believe our best chance to make this work is with pirc.",feature,closed,normal,,pirc,1.6.0,medium,fixed,PIR,,,,all
