summaryrefslogtreecommitdiff
path: root/tests/cpp-compile-test.cpp
blob: 1e84e6376e651ad1d89d3ffb95e4e5c61c996959 (plain)
1
2
3
4
5
/* This source should compile fine with C++ compiler */
#include "wayland-server-protocol.h"

int main() { return 0; }