Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
pr66655_1.cc
blob: 96a10714cfce6fabe22a80446d4710bbf6339f17 [
file
] [
log
] [
blame
]
#include
"pr66655.h"
extern
int32_t
g
(
void
);
int32_t
S
::
i
;
int32_t
f
(
void
)
{
int32_t
ret
=
g
();
S
::
set
(
ret
);
return
ret
;
}