blob: 81dc5ed82e5d771d3d2571e4b8f4d993784f2531 [file] [log] [blame]
void NoDepAFunction(void);
void NoDepBFunction(void)
{
NoDepAFunction();
}