qapi: Improve reporting of redefinition
[qemu/armbru.git] / tests / tcg / multiarch / system / hello.c
blob821dc0ef09f489d088b40258af28e2c1eab3df6f
1 /*
2 * Hello World, system test version
4 * We don't have the benefit of libc, just builtin C primitives and
5 * whatever is in minilib.
6 */
8 #include <minilib.h>
10 int main(void)
12 ml_printf("Hello World\n");
13 return 0;