Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
468873faab9971e470b1cd5addfc8a00a1114c84
/
.
/
Tests
/
RunCMake
/
Emscripten
/
circular2.c
blob: 751bab5dd4469ebe0888291a36213f4e94bc22cc [
file
]
void
circular1
(
void
);
void
circular2
(
void
)
{
circular1
();
}