1 #include <libinput.h> 2 3 /* This is a build-test only */ 4 5 using namespace std; 6 7 int main(void)8 main(void) 9 { 10 return 0; 11 } 12