xref: /linux/tools/build/feature/test-hello.c (revision 6724af486903df57338c14424e02599e371cf563)
1 #include <stdio.h>
2 
3 int main(void)
4 {
5 	return puts("hi");
6 }
7