1 #include <assert.h> 2 #ifndef assert 3 #error no assert 4 #endif 5 6 #define NDEBUG 1 7 #include <assert.h> 8 #ifndef assert 9 #error no assert 10 #endif 11 12