Skip to content

Instantly share code, notes, and snippets.

@brimston3
Created March 13, 2015 20:10
Show Gist options
  • Save brimston3/7219152d20c22301f40d to your computer and use it in GitHub Desktop.
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.
#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