blob: 9c74ec8a69097ce35b4049b9454c870d84608d65 [file] [log] [blame]
void TwoFunction(void);
void SevenFunction(void)
{
TwoFunction();
}