Sign in
qemu
/
meson
/
refs/heads/clangsanitize
/
.
/
test cases
/
common
/
86 identical target name in subproject
/
subprojects
/
foo
/
bar.c
blob: 106005ef4c84d090d8333b250ee19410d9eb8697 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"I'm a subproject bar.\n"
);
return
0
;
}