Sign in
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
dee39c0c1e9624f925da4ca0bece46bdc7427257
/
.
/
tools
/
build
/
feature
/
test-fortify-source.c
blob: c8a57194f9f29b8f9b2f01114c043e64a1c60d2a [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}