shithub
fortrangoingonforty
/
afs-as
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
afs-as
Public
Watch
0
Fork
0
Star
0
afs-as
/
tests
/
clang_probe
/
globals.c
C · 76 bytes
Raw
Blame
History
1
int
g_counter
=
7
;
2
int
read_global_plus_one
(
void
)
{
return
g_counter
+
1
;
}