9 lines
87 B
C
Raw Normal View History

/* Directly depends on One */
void OneFunc();
int main()
{
OneFunc();
return 0;
}