Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e4913de9177c1394c3b2b73c86f5e7d9d9614388
/
.
/
tools
/
build
/
feature
/
test-stackprotector-all.c
blob: c8a57194f9f29b8f9b2f01114c043e64a1c60d2a [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}