Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
[firefly-linux-kernel-4.4.55.git] / tools / build / feature / test-hello.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         return puts("hi");
6 }