xref
: /
linux
/
tools
/
build
/
feature
/
test-fortify-source.c
(revision 7adb3e998f5bea3e1fd2f76c1cf80d76b8af6626)
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