diff options
Diffstat (limited to 'tools/build/feature/test-hello.c')
-rw-r--r-- | tools/build/feature/test-hello.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/build/feature/test-hello.c b/tools/build/feature/test-hello.c new file mode 100644 index 000000000000..c9f398d87868 --- /dev/null +++ b/tools/build/feature/test-hello.c | |||
@@ -0,0 +1,6 @@ | |||
1 | #include <stdio.h> | ||
2 | |||
3 | int main(void) | ||
4 | { | ||
5 | return puts("hi"); | ||
6 | } | ||