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
2013-05-29 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
pr39188-1.h
blob
ece67daae1e7728fa0cbaa4b6d048a294d466258
1
inline
int
2
f
(
int
x
)
3
{
4
static union
5
{
6
int
i
;
7
};
8
int
j
=
i
;
9
i
=
x
;
10
return
j
;
11
}