Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 12, 2019 05:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/90c4fcf1a2c915796239a265b96a1a81 to your computer and use it in GitHub Desktop.
evalable6
use NativeCall; class A is repr<CStruct> { has num64 $.array[4] is CArray; };
(exit code 1)
===SORRY!=== Error while compiling /tmp/vcZrpvCrHZ
The [] shape syntax with the $ sigil is reserved
at /tmp/vcZrpvCrHZ:1
------> A is repr<CStruct> { has num64 $.array[4⏏] is CArray; };
expecting any of:
statement end
statement modifier
statement modifier loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment