Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
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
;
}