Cross Reference: test-stackprotector-all.c
xref
: /
linux-4.1.27
/
tools
/
build
/
feature
/
test-stackprotector-all.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/linux-4.1.27/tools/build/feature/
1
#
include
<
stdio.h
>
2
3
int
main
(
void
)
4
{
5
return
puts
(
"hi"
);
6
}
7