libinput/test/build-cxx.cc
2014-03-29 00:51:44 +01:00

11 lines
125 B
C++

#include <libinput.h>
/* This is a build-test only */
using namespace std;
int
main(int argc, char **argv)
{
return 0;
}