Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
b24413180f5600bcb3bb70fbed5cf186b60864bd
/
.
/
tools
/
build
/
feature
/
test-stackprotector-all.c
blob: c8a57194f9f29b8f9b2f01114c043e64a1c60d2a [
file
] [
log
] [
blame
]
Greg Kroah-Hartman
b244131
2017-11-01 15:07:57 +0100
[
diff
] [
blame^
]
1
// SPDX-License-Identifier: GPL-2.0
Ingo Molnar
90ac542
2013-09-30 13:48:44 +0200
[
diff
] [
blame
]
2
#include
<stdio.h>
3
4
int
main
(
void
)
5
{
6
return
puts
(
"hi"
);
7
}