Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd64b84d152ea0d9e2425e172db34aeb67ea8cf1
/
.
/
Tests
/
SubDirSpaces
/
Some Examples
/
example1
/
example1.cxx
blob: 3c4819415c303231a34310ffb25e1dc4309b1bf2 [
file
]
#include
<stdio.h>
int
main
()
{
printf
(
"example1\n"
);
return
0
;
}