Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
a9a9c63d6216da5fe76a648b0f990f7c74e4e59c
/
.
/
src
/
kernel
/
linux
/
v4.19
/
tools
/
build
/
feature
/
test-compile.c
blob: 9821b8271deed955f1a5ba59dc2c03f8a0ca525e [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0
2
#include
<stdio.h>
3
int
main
(
void
)
4
{
5
printf
(
"Hello World!\n"
);
6
return
0
;
7
}