xref
: /
linux
/
tools
/
build
/
feature
/
test-stackprotector-all.c
(revision 9263969a46fc899092ba4f8c4206fa2340c9a64e)
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