Skip to content

Instantly share code, notes, and snippets.

@zlsun
Created September 5, 2016 20:07
Show Gist options
  • Select an option

  • Save zlsun/3dab4b7c4009f7b64a608221b6fd9c45 to your computer and use it in GitHub Desktop.

Select an option

Save zlsun/3dab4b7c4009f7b64a608221b6fd9c45 to your computer and use it in GitHub Desktop.
#include<stdio.h>
extern int(a),(b);
typedef int(I);
struct A{
int(a);
};
struct B:A{
(B)(B(())):A{A{{}}}{};
};
int(main)(int(argc),char**argv){
A(a);
printf("Hello\x20World\n");
return(0);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment