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
/
960130-1.c
blob
ed8dab459880bae552c9d3c038ceebd6a6888fac
1
int
a
[
1
];
2
3
int
4
main
()
5
{
6
extern
int
a
[];
7
return
*
a
;
8
}