Sign in
qemu
/
meson
/
bf800101c2fce4ac6cd7be2f6e0564c6e297acf3
/
.
/
test cases
/
common
/
63 foreach
/
prog1.c
blob: 30c67dfe27a6548bbf7d7d383d063bb081e66214 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
printf
(
"This is test #1.\n"
);
return
0
;
}