pr20489.c

来自「用于进行gcc测试」· C语言 代码 · 共 23 行

C
23
字号
/* { dg-do compile } *//* { dg-options "-O2" } */struct A{	~A();};/* If we don't create SFT's for the "empty" structure A, bad things   will happen, and we will fail verification.  */struct B{	int i;	A a;	void foo() {}};void bar(){	B().foo();}

⌨️ 快捷键说明

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