mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03: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;
|
|
}
|