stkalign.c

来自「this is a gcc file, you can download it 」· C语言 代码 · 共 20 行

C
20
字号
// Build don't link:// Copyright (C) 2000 Free Software Foundation// by Alexandre Oliva <aoliva@cygnus.com>// distilled from libg++'s Fix.cc// crash test - XFAIL i*86-*-*struct 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 + =
减小字号Ctrl + -
显示快捷键?