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
/
920825-2.c
blob: 9834aac1783ff93cd076deb006439439d3139be6 (
plain
)
1
2
3
f(double*a,int m){int j;for(j=0;j<m;j++)a[j]=1;} g(double*a){int j;for(j=0;j<4;j++)a[j]=1;}