FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cppjit/test/cpp/advancedcpp2.h at main · compiler-research/cppjit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
compiler-research
/
cppjit
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
12
Code
Issues
6
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cppjit
/
test
/
cpp
/
advancedcpp2.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (29 loc) · 567 Bytes
Breadcrumbs
cppjit
/
test
/
cpp
/
advancedcpp2.h
Copy path
File metadata and controls
36 lines (29 loc) · 567 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
//
===========================================================================
namespace
a_ns
{
//
for namespace testing
extern
int
g_g;
int
get_g_g
();
struct
g_class
{
g_class
() { m_g = -
7
; }
int
m_g;
static
int
s_g;
struct
h_class
{
h_class
() { m_h = -
8
; }
int
m_h;
static
int
s_h;
};
};
namespace
d_ns
{
extern
int
g_i;
int
get_g_i
();
struct
i_class
{
i_class
() { m_i = -
9
; }
int
m_i;
static
int
s_i;
struct
j_class
{
j_class
() { m_j = -
10
; }
int
m_j;
static
int
s_j;
};
};
}
//
namespace d_ns
}
//
namespace a_ns
Back
|
FazBrowse Home
|
New Git URL