Sign in
◑
Theme
bazel
/
continuous-integration
/
705db9bc77cf9bf8f82df76ac22338f6e745b4fb
/
.
/
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
;
}