linux/tools/build/feature/test-hello.c
<<
>>
Prefs
   1#include <stdio.h>
   2
   3int main(void)
   4{
   5        return puts("hi");
   6}
   7