xref
: /
linux
/
tools
/
build
/
feature
/
test-fortify-source.c
(revision ab85785aa13c36440a91a8e9f7616357de411a1f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
3
int
main
(
void
)
4
{
5
return
puts
(
"hi"
);
6
}
7