Skip to content

Instantly share code, notes, and snippets.

Created February 18, 2013 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1ab975245611951c942d to your computer and use it in GitHub Desktop.
Save anonymous/1ab975245611951c942d to your computer and use it in GitHub Desktop.
:/tmp% cat foo.cpp
#define FOO BAR
#define BAR 2
FOO
:/tmp% cpp foo.cpp
# 1 "foo.cpp"
# 1 "<command-line>"
# 1 "foo.cpp"
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment