Skip to content

Instantly share code, notes, and snippets.

@luser
Created March 20, 2018 13:55
Show Gist options
  • Save luser/96e1eb3972d399c5a814a0e375676c5a to your computer and use it in GitHub Desktop.
Save luser/96e1eb3972d399c5a814a0e375676c5a to your computer and use it in GitHub Desktop.
#ifdef NOT_DEFINED
/*
* blank space
* more blank space
*/
#endif
int foo(int x) {
return x * x;
}
int main(int argc, char **argv) {
return foo(argc);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment