Skip to content

Instantly share code, notes, and snippets.

@antonijn
Last active August 29, 2015 14:04
Show Gist options
  • Save antonijn/e7545c3e988ce0750199 to your computer and use it in GitHub Desktop.
Save antonijn/e7545c3e988ce0750199 to your computer and use it in GitHub Desktop.
Sublte AIR differences
hidden constant char[4] @0 = char[4] { 102,111,111,0 }
global char* @str1 = inline {
%0 = char* getptr char[4]* @0, int 0, int 0
} char* %0
global char[4] @str2 = char[4] { 98,97,114,0 }
const char *str1 = "foo";
char str2[] = "bar";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment