repo.or.cz
/
binutils-gdb
/
blckswan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb/blckswan.git]
/
gdb
/
testsuite
/
gdb.cp
/
m-static.h
blob
29924638112119e11136c4b9f2b6433d1e60c5d8
1
// 2002-08-16
2
3
class
gnu_obj_4
4
{
5
public
:
6
static const int
elsewhere
;
7
static const int
nowhere
;
8
static const int
everywhere
=
317
;
9
#if __cplusplus >= 201103L
10
constexpr
11
#endif
12
static const float
somewhere
=
3.14159
;
13
14
// try to ensure test4 is actually allocated
15
int
dummy
;
16
};
17