modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr30564-2.c (about) 1 2 static int RawOrEnc = 0; 3 static inline void addpair(int fp, int un) 4 { 5 if (RawOrEnc == 0 && fp != un) 6 RawOrEnc = 1; 7 } 8 int f(int un0, char *a, unsigned int __s2_len) 9 { 10 addpair(un0, un0); 11 __s2_len < 4 ? __builtin_strcmp (a, "-") : 0; 12 }