blob: 91b85758e443c1cf9f5a27352f1e5afd109799a3 [file] [log] [blame]
/* Directly depends on Two */
void TwoFunc();
int main()
{
TwoFunc();
return 0;
}