Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 12, 2019 05:44
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 Whateverable/e971aa9adbec4052ef880259ba3541f2 to your computer and use it in GitHub Desktop.
Save Whateverable/e971aa9adbec4052ef880259ba3541f2 to your computer and use it in GitHub Desktop.
evalable6
use NativeCall; class A is repr<CStruct> { has num64 @.array[2][2] is CArray; };
(exit code 1)
===SORRY!=== Error while compiling /tmp/9Zle7PKIYn
Multiple shapes not yet understood
at /tmp/9Zle7PKIYn:1
------> uct> { has num64 @.array[2][2] is CArray⏏; };
expecting any of:
constraint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment