Subject: | [SEGV] nqp::push to a typeobject of a class with repr("VMArray") |
IRC: https://irclog.perlgeek.de/perl6-dev/2017-10-06#i_15265279
10:40 Zoffix m: use nqp; nqp::push(class :: is repr("VMArray") {}, 42)
10:40 camelia rakudo-moar 96669c: OUTPUT: «(signal SEGV)»
10:40 Zoffix (no .new)