mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 13:50:15 +01:00
All we care about for C++ is that we build. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
11 lines
108 B
C++
11 lines
108 B
C++
#include <libinput.h>
|
|
|
|
/* This is a build-test only */
|
|
|
|
using namespace std;
|
|
|
|
int
|
|
main(void)
|
|
{
|
|
return 0;
|
|
}
|