⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 verifytestshort.cxx

📁 RTP协议
💻 CXX
字号:
#include "Verify.hxx"int main(){    test_verify(0 == 0);  // this should pass    test_bug(1 == 0);  // this should fail    return test_return_code(2);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -