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
/
dimul.c
blob: c8529565fa905c94263427bdad7911406ca7d0b7 (
plain
)
1
2
3
4
5
6
long long foo (a, b) long long a, b; { return a * b; }