blob: 76f97bc8c36ac9d928cab0993073176c30561a64 [file] [log] [blame]
/* depends on NoDepB */
void NoDepB_func();
void NoDepA_func()
{
NoDepB_func();
}