Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
aec69e2f33b4d9861c560867659848d0ac336478
/
.
/
tools
/
build
/
feature
/
test-hello.c
blob: c8a57194f9f29b8f9b2f01114c043e64a1c60d2a [
file
] [
log
] [
blame
]
Arnaldo Carvalho de Melo
5e2156d
2019-06-13 18:25:04 -0300
[
diff
] [
blame
]
1
// SPDX-License-Identifier: GPL-2.0
Ingo Molnar
b6aa997
2013-09-30 10:08:24 +0200
[
diff
] [
blame
]
2
#include
<stdio.h>
3
4
int
main
(
void
)
5
{
6
return
puts
(
"hi"
);
7
}