Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a6cf33bc566c5fe888bfa9cf6448037c90661f67
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-hello.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
Ingo Molnar
b6aa997
2013-09-30 10:08:24 +0200
[
diff
] [
blame
]
1
#include
<stdio.h>
2
3
int
main
(
void
)
4
{
5
return
puts
(
"hi"
);
6
}