📄 try-catch-1.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 + -