Skip to content

Instantly share code, notes, and snippets.

@retupmoca
Created March 16, 2014 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retupmoca/9578524 to your computer and use it in GitHub Desktop.
Save retupmoca/9578524 to your computer and use it in GitHub Desktop.
moar nativecall bug?
> perl6-m -MNativeCall -e 'my $x=CArray[int].new;say $x[8] = 123;say $x[8] = 123;'
0
123
Segmentation fault
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment