blob: e32415c94c9f5c9e2e68badec9f90add62e17736 [file] [log] [blame]
#include <stdint.h>
extern const int32_t cmTestArea;
int32_t cmTestFunc(void)
{
return cmTestArea;
}