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

     1  f (c)
     2      unsigned char c;
     3  {
     4    if (c != 0xFF)
     5      abort ();
     6  }
     7  
     8  main ()
     9  {
    10    f (-1);
    11    exit (0);
    12  }