Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bf52fbfbc4ba2cdac6784ea8be4c2d3d68cf144e
/
.
/
Tests
/
MacRuntimePath
/
A
/
test1.cpp
blob: cb934488fea7f86b5ab572d3de314cb3e1b55280 [
file
]
#include
"shared.h"
int
main
(
int
,
char
**)
{
shared
();
return
0
;
}