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