Sign in
qemu
/
meson
/
refs/heads/trigger-ciimage-builder
/
.
/
test cases
/
common
/
153 wrap file should not failed
/
src
/
subprojects
/
foo
/
prog2.c
blob: 849b40004fa559e81f2ed4b9654bd9916c3b5cf5 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Do not have a file layout like this in your own projects.\n"
);
printf
(
"This is only to test that this works.\n"
);
return
0
;
}