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