mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
6 lines
75 B
C
6 lines
75 B
C
extern int external(void);
|
|
int use_external(void)
|
|
{
|
|
return external();
|
|
}
|