#undef NOSANCHECK #define NDEBUG #include "ZMtools/assertN.h" int main() { int x = 6; assert (2*x==11); assert3 (2*x==13); sanityCheck (x==5); return 0; }