Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
g++.dg
/
pr66655.h
blob: ff638f43970e31c2dad0a8d7a06815a4bc7b7159 [
file
] [
log
] [
blame
]
struct
S
{
static
int
i
;
static
void
set
(
int
ii
)
{
i
=
-
ii
;
}
};