📄 spec5.c
字号:
// Test for extension to allow incomplete types in an// exception-specification for a declaration.// { dg-do run }// { dg-options "-fpermissive -w" }struct A;struct B{ void f () throw (A);};struct A {};void B::f () throw (A) {}int main (){ B b; b.f();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -