blob: f05d962b74b7794a7a283f85e179592d9a9464aa [file] [log] [blame]
/* depends on NoDepA */
void NoDepA_func();
void NoDepC_func()
{
NoDepA_func();
}