2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 961019-1.c
blob0ea6ec6e280ae3c22a2f6477e3d40f05e9e48603
1 char _hex_value[256];
3 void
4 hex_init ()
6 int i;
7 for (i = 0; i < 256; i++)
8 _hex_value[i] = 99;
9 for (i = 0; i < 10; i++)
10 _hex_value['0' + i] = i;