summaryrefslogtreecommitdiff
path: root/test/build-pedantic.c
blob: 920fc4abac8a763207eeb52c699a2ede94b73921 (plain)
1
2
3
4
5
6
7
8
#include <libinput.h>

/* This is a build-test only */

int
main(void) {
	return 0;
}