Skip to content

Instantly share code, notes, and snippets.

@uhziel
Forked from anonymous/use_macro.cpp
Created June 1, 2013 02:33
Show Gist options
  • Save uhziel/5689094 to your computer and use it in GitHub Desktop.
Save uhziel/5689094 to your computer and use it in GitHub Desktop.
#include <iostream>
int main(int argc, char *argv[])
{
#define a 2
std::cout << a << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment