Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
[cascardo/linux.git] / tools / build / feature / test-hello.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         return puts("hi");
6 }