summaryrefslogtreecommitdiffstats
path: root/test cases/cmake/25 assembler/subprojects/cmTest/cmTest.c
blob: e32415c94c9f5c9e2e68badec9f90add62e17736 (plain)
1
2
3
4
5
6
7
8
#include <stdint.h>

extern const int32_t cmTestArea;

int32_t cmTestFunc(void)
{
    return cmTestArea;
}