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

10 lines
127 B
C

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