Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
db4aad209bc9aefd91f0a9aeb9e37364088b39ad
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-stackprotector.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}