blob: b478c596df809da220e6fda32857c4d4a574f558 [file] [log] [blame]
void NoDepAFunction();
void NoDepCFunction()
{
NoDepAFunction();
}