Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
Dependency
/
Two
/
TwoSrc.c
blob: dadac22dff169debba7391854d09b7da9b79a401 [
file
] [
log
] [
blame
] [
edit
]
#include
<two-test.h>
void
TwoFunction
(
void
)
{
static
int
count
=
0
;
if
(
count
==
0
)
{
++
count
;
ThreeFunction
();
}
}