mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-28 20:04:10 +00:00
9 lines
91 B
C
9 lines
91 B
C
/* Directly depends on Two */
|
|
void TwoFunc();
|
|
|
|
int main(void)
|
|
{
|
|
TwoFunc();
|
|
return 0;
|
|
}
|