modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/20160615-1.c (about)

     1  int a;
     2  void bar (int, unsigned, unsigned);
     3  
     4  void
     5  foo (unsigned x)
     6  {
     7    unsigned b = a ? x : 0;
     8    if (x || b)
     9      bar (0, x, b);
    10  }