blob: b35b05b843ee8fbdcc7078c2076999cdf0f91b88 [file] [log] [blame]
void TwoFunction(void);
void FiveFunction(void)
{
TwoFunction();
}