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

📄 961203-1.c

📁 linux下编程用 编译软件
💻 C
字号:
/* The structure is too large for the xstormy16 - won't fit in 16   bits.  *//* { dg-do assemble } */#if __INT_MAX__ >= 2147483647Lstruct s {  char a[0x32100000];  int x:30, y:30;};intmain (){  struct s* p;  p = (struct s*) 0;  if (p->x == p->y)    exit (1);}#elseint g;#endif

⌨️ 快捷键说明

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