mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 05:40:04 +01:00
9 lines
86 B
C
9 lines
86 B
C
#include <libinput.h>
|
|
|
|
/* This is a build-test only */
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
return 0;
|
|
}
|