mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 22:00:06 +01:00
11 lines
125 B
C++
11 lines
125 B
C++
#include <libinput.h>
|
|
|
|
/* This is a build-test only */
|
|
|
|
using namespace std;
|
|
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|
|
return 0;
|
|
}
|