Skip to content

Instantly share code, notes, and snippets.

@mirekfranc
Created April 15, 2019 15:52
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 mirekfranc/1202a01d8f1088aa2532baca6ab52e44 to your computer and use it in GitHub Desktop.
Save mirekfranc/1202a01d8f1088aa2532baca6ab52e44 to your computer and use it in GitHub Desktop.
int typedef Int, *pInt, **ppInt;
unsigned typedef char UChar;
int main()
{
UChar u = 25 * sizeof(UChar);
Int a = 17 * sizeof(UChar);
pInt b = &a;
ppInt c = &b;
return 0[c][0] + u;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment