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