bitfield7_main.c

来自「linux下的gcc编译器」· C语言 代码 · 共 17 行

C
17
字号
// { dg-options "-w" }// The size assigned to `U' may not be ABI-compliant and may change in a// future version of GCC.// g++.dg/abi/bitfield7.C tests this with -Wabi.// Split into pieces for binary compatibility testing October 2002#include "bitfield7.h"extern void bitfield7_x (void);intmain (){  bitfield7_x ();}

⌨️ 快捷键说明

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