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

📄 try-catch-1.c

📁 linux下编程用 编译软件
💻 C
字号:
// Test case from: <ncm-nospam@cantrip.org>// Reduced by <bangerth@dealii.org>// The problem was that g++ was ICE because// it was deferring an NULL pointer because// it should have been taking the operand 1// instead of the chain in finish_fname_decls.void fun()try{    __FUNCTION__;}catch (...) {}

⌨️ 快捷键说明

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