Sign in
android
/
platform
/
external
/
bazelbuild-rules_pkg
/
refs/tags/upstream/1.1.0
/
.
/
examples
/
rich_structure
/
src
/
client
/
fooctl.cc
blob: 5822685512a9d3a24c17953eef698879a4abdc4d [
file
]
#include
<iostream>
int
main
(
int
argc
,
char
*
argv
[])
{
std
::
cout
<<
"fooctl does nothing"
<<
std
::
endl
;
}