mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
-- add new tests for custom commands -- minor test cleanup Fixes #15995 Fixes #18909 Fixes #15902
6 lines
59 B
C
6 lines
59 B
C
extern int func(void);
|
|
int main(void)
|
|
{
|
|
return func();
|
|
}
|