mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
9ab77201f7
Fixes: #21621
7 lines
68 B
C
7 lines
68 B
C
extern int external(void);
|
|
|
|
int main(void)
|
|
{
|
|
return external();
|
|
}
|