xref: /linux/tools/build/feature/test-hello.c (revision 174ae4e96e0f54958cbe3fd3090a3cefeb63af4d)
1 // SPDX-License-Identifier: GPL-2.0
2 #include <stdio.h>
3 
4 int main(void)
5 {
6 	return puts("hi");
7 }
8