Files
RedBear-OS/local/recipes/dev/meson/source/test cases/wayland/1 client/local.c
T

10 lines
121 B
C

#include "test-client-protocol.h"
int main() {
#ifdef TEST_CLIENT_PROTOCOL_H
return 0;
#else
return 1;
#endif
}