]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - tools/build/feature/test-compile.c
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / tools / build / feature / test-compile.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
cf9162c2 2#include <stdio.h>
e477f3f0
AH
3int main(void)
4{
cf9162c2 5 printf("Hello World!\n");
e477f3f0
AH
6 return 0;
7}