index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
194 static threads
/
prog.c
blob: 14a7c760f717a808133b5c19c23d6bb095bf21ad (
plain
)
1
2
3
4
5
6
extern
void
*
g
(
void
);
int
main
(
void
)
{
g
();
return
0
;
}