Sign in
qemu
/
meson
/
refs/heads/reverts
/
.
/
test cases
/
cmake
/
25 assembler
/
subprojects
/
cmTest
/
cmTest.c
blob: e32415c94c9f5c9e2e68badec9f90add62e17736 [
file
] [
log
] [
blame
]
#include
<stdint.h>
extern
const
int32_t
cmTestArea
;
int32_t
cmTestFunc
(
void
)
{
return
cmTestArea
;
}