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
testsuite: Fix up builtin-prefetch-1.c tests
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
960704-1.c
blob
913ef72191673202d542f86007e1363eec335536
1
struct
A
{
2
double
d
;
3
};
4
5
struct
A
f
();
6
7
int
8
main
(
void
)
9
{
10
struct
A a
=
f
();
11
}