blob: 6bffaa866aa1546a903da617d68797355159f122 [file] [log] [blame]
void OneFunc();
void NoDepZ_func();
void TwoFunc()
{
OneFunc();
NoDepZ_func();
}