FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mcpp-style-ref/src/main.cpp at main · mcpp-community/mcpp-style-ref · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
mcpp-community
/
mcpp-style-ref
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
41
Code
Issues
4
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
mcpp-style-ref
/
src
/
main.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (12 loc) · 256 Bytes
Breadcrumbs
mcpp-style-ref
/
src
/
main.cpp
Copy path
File metadata and controls
16 lines (12 loc) · 256 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
import
std;
import
a;
int
main
() {
a::func_a
();
//
a::func_a1(); // error: 'func_a1' is internal partition a1 of module 'a'
a::func_a2
();
std::println
(
"
---
"
);
a::b::func_ab
();
a::b::func_b1
();
a::b::func_b2
();
return
0
;
}
Back
|
FazBrowse Home
|
New Git URL