xref: /linux/tools/build/feature/test-compile.c (revision fb615d61b5583db92e3793709b97e35dc9499c2a)
1 // SPDX-License-Identifier: GPL-2.0
2 #include <stdio.h>
3 int main(void)
4 {
5 	printf("Hello World!\n");
6 	return 0;
7 }
8