Sign in
kunit
/
linux
/
2d5620f0c8df0ec6d39c41013b224f0b5a1009a5
/
.
/
tools
/
build
/
feature
/
test-hello.c
blob: c9f398d8786820588da652a7a89ef5c3e729127b [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
return
puts
(
"hi"
);
}