Sign in
qemu
/
meson
/
refs/heads/clangsanitize
/
.
/
test cases
/
common
/
56 install script
/
prog.c
blob: 06bc6b112edae7e731f79f9abebed557a39fb19e [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"This is text.\n"
);
return
0
;
}