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