Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/15 prebuilt object/source.c
T

9 lines
152 B
C

/*
* Compile this manually on new platforms and add the
* object file to revision control and Meson configuration.
*/
int func() {
return 42;
}