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