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