Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
90ac5422b617fcab0c6f02249502ffc17dfbf6e3
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-stackprotector-all.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
Ingo Molnar
90ac542
2013-09-30 13:48:44 +0200
[
diff
] [
blame^
]
1
#include
<stdio.h>
2
3
int
main
(
void
)
4
{
5
return
puts
(
"hi"
);
6
}