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