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