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.

Revisions

  1. zlsun created this gist Sep 5, 2016.
    14 changes: 14 additions & 0 deletions no_space.c
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    #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);
    };