Sign in
gem5
/
arm
/
linux-arm64-legacy
/
refs/heads/gem5_20140821
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-hello.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
edit
]
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}