⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pr22071.c

📁 linux下编程用 编译软件
💻 C
字号:
/* { dg-do compile } *//* { dg-options "-O2" } *//* This code ends up taking the address of part of the structure that is padding,    and because there is no real field there, the structure alias analyzer would    abort.  */struct empty_class {};struct class1 : empty_class{  class1() {}  empty_class value_;};struct lambda : class1 { };lambda _1;

⌨️ 快捷键说明

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