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