Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
tools
/
hidl
/
b332f307348736c2d2f00fb4fee7b92b2a5ddc25
/
.
/
bptest
/
foo.cpp
blob: e43ce5b4cf017623419805fefd627f8ae7ce7aa9 [
file
] [
log
] [
blame
]
#include
<ITestService.h>
#include
<stdio.h>
int
main
(
int
,
char
**)
{
printf
(
"Hi world\n"
);
return
0
;
}