Skip to content

Instantly share code, notes, and snippets.

@fortheday
Last active January 27, 2018 05:30
Show Gist options
  • Save fortheday/3e3114add3b536bfdf5d2d7c5d389c30 to your computer and use it in GitHub Desktop.
Save fortheday/3e3114add3b536bfdf5d2d7c5d389c30 to your computer and use it in GitHub Desktop.
#define V(code) puts(#code); code;
V(int x = 3);
V(x = 4);
V(std::cout << x << std::endl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment