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

📄 pr7284-1.c

📁 linux下编程用 编译软件
💻 C
字号:
/* Signed left-shift is implementation-defined in C89 (and see   DR#081), not undefined.  Bug 7284 from Al Grant (AlGrant at   myrealbox.com).  *//* { dg-options "-std=c89" } */extern void abort (void);extern void exit (int);intf (int n){  return (n << 24) / (1 << 23);}volatile int x = 128;intmain (void){  if (f(x) != -256)    abort ();  exit (0);}

⌨️ 快捷键说明

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