fail34-frag.c
来自「Mac OS X 10.4.9 for x86 Source Code gcc」· C语言 代码 · 共 23 行
C
23 行
#include <stdlib.h>struct s{ int a1[4];};struct s a, b;int idx = 7; /* should pass to the next object */intmain (){ int i, j=0; int a_before_b = (& a < & b); j = (a_before_b ? a.a1[idx] : b.a1[idx]); return j;}/* { dg-output "mudflap violation 1.*" } *//* { dg-output "Nearby object.*" } *//* { dg-output "mudflap object.*\[ab\]" } *//* { dg-do run { xfail *-*-* } } */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?