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
/
compile
/
20030109-1.c
blob: 4df7d18721a205f1cba13277ede74a1e4180d8be (
plain
)
1
2
3
4
5
6
void
foo
()
{
int
x1
,
x2
,
x3
;
bar
(
&
x2
-
&
x1
,
&
x3
-
&
x2
);
}