blob: dadac22dff169debba7391854d09b7da9b79a401 [file] [log] [blame] [edit]
#include <two-test.h>
void TwoFunction(void)
{
static int count = 0;
if (count == 0) {
++count;
ThreeFunction();
}
}