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