2024-04-14 22:45:38 +02:00

9 lines
91 B
C

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