aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr47364-1.c
blob: 0a4e82d8564e2e60ecc94c67b41efac42dd13b26 (plain)
1
2
3
4
5
6
7
8
9
static unsigned char foo[256];

arc4_init(void)
{
  int n;

  for (n = 0; n < 256; n++)
    foo[n] = n;
}