Sign in
qemu
/
meson
/
410bdf8c6c72fd1a2772e86a2a14298f64f1377b
/
.
/
test cases
/
common
/
83 identical target name in subproject
/
bar.c
blob: f1bd822dcce81b2ce4d3c8af44de5b645d588cb9 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"I'm a main project bar.\n"
);
return
0
;
}