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