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

📄 empty6_main.c

📁 linux下编程用 编译软件
💻 C
字号:
// `B::a' contains empty classes which may cause base classes to be// placed at different locations in a future version of GCC.// g++.dg/abi/empty6.C tests this with -Wabi.// Split into pieces for binary compatibility testing October 2002#include "empty6.h"extern void empty6_x (void);intmain (){  empty6_x ();}

⌨️ 快捷键说明

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