Skip to content

Instantly share code, notes, and snippets.

@nitrix
Created January 27, 2014 15:07
Show Gist options
  • Select an option

  • Save nitrix/8650011 to your computer and use it in GitHub Desktop.

Select an option

Save nitrix/8650011 to your computer and use it in GitHub Desktop.
typedef char c;
void foo()
{
struct c {c c;} c;
c: c.c = 'c';
printf( "%c\n", c.c);
}
@Phoenix1o1
Copy link
Copy Markdown

c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment