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

/* This is a build-test only */

int
main(int argc, char **argv) {
	return 0;
}