Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 8, 2017 10:53
Show Gist options
  • Save Whateverable/27bba45606df0dc0d2464379c429d6fb to your computer and use it in GitHub Desktop.
Save Whateverable/27bba45606df0dc0d2464379c429d6fb to your computer and use it in GitHub Desktop.
nativecallable6
struct s {char *a;}; extern struct s foo[]; extern struct s* foo[];
/tmp/wADTryZWkp:4: error: conflicting declaration 's* foo []'
/tmp/wADTryZWkp:4: error: 'foo' has a previous declaration as 's foo []'
The spawned command 'gccxml' exited unsuccessfully (exit code: 1)
in sub do-magic at /home/bisectable/.rakudobrew/moar-nom/install/share/perl6/site/resources/92F1042C0E0393DE879DF33F26743E57E5548223 line 217
in sub MAIN at /home/bisectable/.rakudobrew/moar-nom/install/share/perl6/site/resources/92F1042C0E0393DE879DF33F26743E57E5548223 line 79
in block <unit> at /home/bisectable/.rakudobrew/moar-nom/install/share/perl6/site/resources/92F1042C0E0393DE879DF33F26743E57E5548223 line 198
in sub MAIN at /home/bisectable/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/gptrixie line 2
in block <unit> at /home/bisectable/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/gptrixie line 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment