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