repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
di.c
blob
476bf700fb310dc3f5fba543b46c9c96c13eac62
1
long long
2
foo
(
a
,
b
)
3
long long
a
,
b
;
4
{
5
return
a
*
b
;
6
}
7
8
main
()
9
{
10
int
a
=
foo
((
long long
)
2
, (
long long
)
3
);
11
printf
(
"%d
\n
"
,
a
);
12
}