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_1.C
blob
96a10714cfce6fabe22a80446d4710bbf6339f17
1
#include "pr66655.h"
2
3
extern int32_t g (void);
4
5
int32_t S::i;
6
7
int32_t
8
f (void)
9
{
10
int32_t ret = g ();
11
12
S::set (ret);
13
return ret;
14
}