(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr47364-1.c
       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  }