index
:
agbcc
master
game boy advance c compiler
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920729-1.c
blob: 96676e953077eef18e2efaf3e476c893e2e739db (
plain
)
1
2
extern int i;extern volatile int i; f(){int j;for(;;)j = i;}