mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 23:10:05 +01:00
We don't build with -pedantic, but a caller may try to actually stick to the c99 standard, so let's make sure our public header doesn't cause any issues there. Likewise, make sure that our header compiles with GNU C90. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
8 lines
103 B
C
8 lines
103 B
C
#include <libinput.h>
|
|
|
|
/* This is a build-test only */
|
|
|
|
int
|
|
main(int argc, char **argv) {
|
|
return 0;
|
|
}
|