Sign in
qemu
/
meson
/
refs/heads/biggen
/
.
/
test cases
/
common
/
196 subproject with features
/
subprojects
/
sub
/
lib
/
sub.c
blob: 768ed36d6ebca5c6dd5188ec0efb75d8f2cf847c [
file
] [
log
] [
blame
]
#include
"sub.h"
int
sub
(
void
)
{
return
0
;
}