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
/
157 custom target subdir depend files
/
subdir
/
foo.c.in
blob: a867b323746e53fd6cacb27262f882a0d5406d30 (
plain
)
1
2
3
4
5
6
#include <stdio.h> int main(void) { printf("foo is working.\n"); return 0; }