Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
81397f4f12cb42a974392fd5d8be3c08c5337ed9
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
target-objects
/
main.cxx
blob: a652ccfc91d0f8fb895912d9c8d4fa1b53a916ce [
file
]
int
f
();
int
main
(
int
argc
,
char
*
argv
[])
{
return
f
();
}