mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 23:00:07 -06:00
-- add new tests for custom commands -- minor test cleanup Fixes #15995 Fixes #18909 Fixes #15902
9 lines
155 B
C
9 lines
155 B
C
#include "lib1.h"
|
|
#include "p.h"
|
|
|
|
int main(void)
|
|
{
|
|
return func1() + func2() + func3() + func1p() + func2p() + func3p() +
|
|
PROTO1 + PROTO2 + PROTO3;
|
|
}
|