test: add some left-handed tests
[platform/upstream/libinput.git] / test / build-cxx.cc
1 #include <libinput.h>
2
3 /* This is a build-test only */
4
5 using namespace std;
6
7 int
8 main(int argc, char **argv)
9 {
10         return 0;
11 }