Sign in
qemu
/
meson
/
refs/heads/condenserc2
/
.
/
test cases
/
unit
/
122 persp options
/
toplevel.c
blob: 5748d6b37aefe2b245e9d5414d36cdfe21edbdc1 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"This is the top level project.\n"
);
return
0
;
}