Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/3 static/lib3.c
T

12 lines
181 B
C

int func3(const int x) {
return x + 1;
}
#ifndef WORK
# error "did not get static only C args"
#endif
#ifdef BREAK
# error "got shared only C args, but shouldn't have"
#endif