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
/
ext_global.c
C · 77 bytes
Raw
Blame
History
1
extern
int
ext_value
;
2
3
int
read_ext_plus_one
(
void
)
{
return
ext_value
+
1
;
}