Sign in
googlers
/
maze
/
linux
/
10f67dbf6add97751050f294d4c8e0cc1e5c2c23
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-stackprotector.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}