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