* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000803-1.c
blob08b50a9f210c0116936f2c10261cdd608eec1835
1 static int gl_cnt = 0;
2 static char gl_buf[1024];
4 void
5 gl_yank()
7 int i;
9 for (i=gl_cnt; i >= 0; i--)
10 gl_buf[i+10] = gl_buf[i];