Skip to content

Instantly share code, notes, and snippets.

@johnmcfarlane
Last active July 8, 2017 01:19
Show Gist options
  • Save johnmcfarlane/102de42f6eab3a6d8f9a817b1966479d to your computer and use it in GitHub Desktop.
Save johnmcfarlane/102de42f6eab3a6d8f9a817b1966479d to your computer and use it in GitHub Desktop.
A broken header
#include <stdlib.h>
namespace a_namespace{
constexpr int x = 6;
#if defined TEST
#error The test passed (ironically)
#endif
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment