summaryrefslogtreecommitdiffstats
path: root/test cases/wayland/1 client/local.c
blob: 97bfa56c36f4a9d340e8dfbe99b82201a9b50782 (plain)
1
2
3
4
5
6
7
8
9
#include "test-client-protocol.h"

int main() {
#ifdef TEST_CLIENT_PROTOCOL_H
    return 0;
#else
    return 1;
#endif
}