repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RTEMS: Add Cortex-M33 multilib
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr66655.h
blob
c730fbad48e68fc38b85b2e893addf147b0553df
1
typedef
int int32_t
__attribute__
((
mode
(
__SI__
)));
2
3
struct
S
4
{
5
static int32_t
i
;
6
static void
set
(
int32_t
ii
) {
i
= -
ii
; }
7
};