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
/
169 source in dep
/
generated
/
main.c
blob: 1ab980ac6b9606d0a05b2cdb3af9336c8d8142ec (
plain
)
1
2
3
4
5
#include
"funheader.h"
int
main
(
void
)
{
return
my_wonderful_function
()
!=
42
;
}