Hacker News new | ask | show | jobs
by Raticide 3666 days ago
You can even do evil like

    #define true false
1 comments

Along the same lines, for added (and undefined) fun:

    #define static thread_local
    #define if(X) if((X) ^ (rand() < 1000))
    #define private public
    #define while if