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