Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
kishon
/
pci-endpoint
/
89aca094545a1467e6399b93bb2fac73c11e0009
/
.
/
tools
/
build
/
feature
/
test-compile.c
blob: c54e6551ae4c54cd6e9f418e6e8ff97280444efd [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello World!\n"
);
return
0
;
}