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