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