xref: /kvm-unit-tests/powerpc/selftest.c (revision 1e95c7ccbac4ea9defb905e3cb48f1b85f45ce38)
1 #include <libcflat.h>
2 
3 int main(void)
4 {
5 	printf("hello world\n");
6 	return 0;
7 }
8