diff options
Diffstat (limited to 'tools/build/feature/test-hello.c')
-rw-r--r-- | tools/build/feature/test-hello.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/build/feature/test-hello.c b/tools/build/feature/test-hello.c new file mode 100644 index 000000000..c8a57194f --- /dev/null +++ b/tools/build/feature/test-hello.c @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 +#include <stdio.h> + +int main(void) +{ + return puts("hi"); +} |