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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr66655_1.cc
blob
d42344c4a04bb02c3a1ae7bf15445e52e7444034
1
#include
"pr66655.h"
2
3
extern
int
g
(
void
);
4
5
int
S
::
i
;
6
7
int
8
f
(
void
)
9
{
10
int
ret
=
g
();
11
12
S
::
set
(
ret
);
13
return
ret
;
14
}