Sign in
qemu
/
meson
/
refs/heads/0.45
/
.
/
test cases
/
common
/
101 suites
/
exe1.c
blob: 23894c0f96cd14e693997e1d29f31acb28eba1c8 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
int
argc
,
char
**
argv
)
{
printf
(
"I am test exe1.\n"
);
return
0
;
}