xref
: /
third_party
/
libinput
/
test
/
build-pedantic.c
(revision a46c0ec8)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/libinput/test/
1
#
include
<
libinput.h
>
2
3
/* This is a build-test only */
4
5
int
6
main
(
void
)
7
{
8
return
0;
9
}
10