kconfig: add unexpected data itself to warning
[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.105727 seconds and 5 git commands to generate.