mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 12:40:05 +01:00
7 lines
85 B
C
7 lines
85 B
C
|
|
/* compile test for the util files */
|
||
|
|
#include @FILE@
|
||
|
|
|
||
|
|
int main(void) {
|
||
|
|
return 0;
|
||
|
|
}
|