Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mdf
/
linux-fpga
/
913d3a3f84085e168177ec2ca843403fe2af2838
/
.
/
tools
/
build
/
feature
/
test-compile.c
blob: 9821b8271deed955f1a5ba59dc2c03f8a0ca525e [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"Hello World!\n"
);
return
0
;
}