Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
tty
/
002b87d2aace62b4f3841c3aa43309d2380092be
/
.
/
tools
/
build
/
feature
/
test-fortify-source.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}