index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
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
;
}