id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
756,invalid PMC causes bus error with const.,coke,,"This PIR causes a bus error  (note that the specified PMC type doesn't exist.)

{{{
.sub foo :main

 .const 'StringArray' foo  = ""bar""
 $S0 = foo[2] 
 say $S0

.end


.sub bar :immediate
  $P1 = new 'StringArray'
  $P1 = 4
  $P1[0] = 'a'
  $P1[1] = 'b'
  $P1[2] = 'c'
  $P1[3] = 'd'

.end
}}}",bug,closed,normal,,core,trunk,high,fixed,,,,,
