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
5 lines
31 B
C
5 lines
31 B
C
int func(void)
|
|
{
|
|
return 2;
|
|
}
|