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
/
960130-1.c
blob: ed8dab459880bae552c9d3c038ceebd6a6888fac (
plain
)
1
2
3
4
5
6
7
8
int a[1]; int main() { extern int a[]; return *a; }