📄 stkalign.c
字号:
// { dg-do assemble }// Copyright (C) 2000 Free Software Foundation// by Alexandre Oliva <aoliva@cygnus.com>// distilled from libg++'s Fix.ccstruct Integer { ~Integer () {}};void foo (const Integer& y);Integer bar (const Integer& x);void show (const Integer& x) { foo (bar (x));}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -