modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr47364-1.c (about)

     1  static unsigned char foo[256];
     2  
     3  arc4_init(void)
     4  {
     5    int n;
     6  
     7    for (n = 0; n < 256; n++)
     8      foo[n] = n;
     9  }