Sign in
kunit
/
linux
/
b2a205ff49b9c55d4bdda1bdb10ad19ebd646221
/
.
/
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"
);
}