Created
March 13, 2015 20:10
-
-
Save brimston3/7219152d20c22301f40d to your computer and use it in GitHub Desktop.
iso646.h -- yet another reason we can't have nice things. At least it's not {di,tri}graphs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <iso646.h> | |
int main() { | |
if (1 == 1 and 1 not_eq 2) { | |
printf("It's nice that it got here, but it still compiled.\n"); | |
} else { | |
printf("Everything is awful, forever\n"); | |
} | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment