Sign in
gnu
/
gcc
/
a8404c07e7fca388c02c39077865f7d5fa928430
/
.
/
gcc
/
testsuite
/
g++.dg
/
pr66655.h
blob: c730fbad48e68fc38b85b2e893addf147b0553df [
file
] [
log
] [
blame
]
typedef
int
int32_t
__attribute__
((
mode
(
__SI__
)));
struct
S
{
static
int32_t
i
;
static
void
set
(
int32_t
ii
)
{
i
=
-
ii
;
}
};