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
index.html (3.10): Add note about mips atomicity.h.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20030331-2.c
blob
210524da456f67c79c180a8ee6f6bbbc016f4a59
1
// { dg-options "" }
2
3
int
foo
() {
4
int
yd
;
5
float
in
[
1
][
yd
];
6
7
static void
bar
() {
8
printf
(
"%p
\n
"
,
in
[
0
]);
9
}
10
}