Skip to content

Instantly share code, notes, and snippets.

@st98
Last active August 29, 2015 14:13
Show Gist options
  • Save st98/d4d90eac4f9e77a1f336 to your computer and use it in GitHub Desktop.
Save st98/d4d90eac4f9e77a1f336 to your computer and use it in GitHub Desktop.
#define ZERO 0
int main(void) {
return ZERO;
}
# 1 "a.c"
# 1 "<command-line>"
# 1 "a.c"
int main(void) {
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment