blob: 16605cec9bef4be7220c6730aaf558efe50b5a1c [file] [log] [blame]
void SevenFunction(void);
void EightFunction(void)
{
SevenFunction();
}