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