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