Sign in
◑
Theme
bazel
/
continuous-integration
/
2e09259514e759f3b1bc1586b3dac09b607222e5
/
.
/
smoke_test
/
hello_test.cc
blob: 425e8ee9aa584533cfec45f68df005ef16aa4981 [
file
]
#include
<cassert>
#include
<iostream>
int
main
()
{
std
::
cout
<<
"Smoke test running successfully on target platform."
<<
std
::
endl
;
return
0
;
}