Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
lldb
/
test
/
API
/
macosx
/
duplicate-archive-members
/
sub1
/
a.c
Text
·
101 B
·
1b9033f
Raw
7 lines · c
1
static int __b_global = 2;
2
3
int b(int arg) {
4
int result = arg + __b_global;
5
return result;
6
}
7