Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f8ff6b2d4a51f08ff53360aab633ba6d4f2d54b6
/
.
/
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"
);
}