index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
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
;
}