blob: c895dd11bcba554d811cc39006fd8ab7aa35cc89 [file] [log] [blame]
/* depends on NoDepY*/
void NoDepY_func();
void NoDepX_func()
{
NoDepY_func();
}