1 2 3 4 5 6 7 8
#include <stdint.h> extern const int32_t cmTestArea; int32_t cmTestFunc(void) { return cmTestArea; }