Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / tools / build / feature / test-compile.c
CommitLineData
cf9162c2 1#include <stdio.h>
e477f3f0
AH
2int main(void)
3{
cf9162c2 4 printf("Hello World!\n");
e477f3f0
AH
5 return 0;
6}
This page took 0.121616 seconds and 5 git commands to generate.