mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
-- add new tests for custom commands -- minor test cleanup Fixes #15995 Fixes #18909 Fixes #15902
5 lines
31 B
C
5 lines
31 B
C
int func(void)
|
|
{
|
|
return 2;
|
|
}
|