refine content of assert and const

This commit is contained in:
Aurelius84
2020-06-12 21:03:43 +08:00
parent 360192df58
commit ce125cfa5f
3 changed files with 78 additions and 86 deletions

View File

@@ -6,12 +6,10 @@
* @date 2019-07-25
*/
# define NDEBUG
# define NDEBUG // 忽略断言
#include<assert.h>
int main(){
int x=7;
assert(x==5);