jonathan++ pointed out that the two examples here are identical. The
second one should be

$ ./perl6 -e 'sub a($x) { $x = 5 }; a(7)'

which segfaults as described.

Reply via email to