Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 149 Bytes

File metadata and controls

7 lines (5 loc) · 149 Bytes

非法,修改为

constexpr int null = 0;		//函数体外
constexpr const int *p = &null;		//p是常量指针,指向整型常量null