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