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
/
unsorted
/
stru.c
blob: 042c522178462770517b4640de37892b251a2fd7 (
plain
)
1
2
3
4
5
6
7
8
9
struct foo { int a, b, c; }; foo (struct foo *a) { a[0] = a[1]; }