mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
This way it doesn't get picked up by static analysis tools which are then unhappy about the @FILE@ placeholder Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1175>
6 lines
85 B
C
6 lines
85 B
C
/* compile test for the util files */
|
|
#include @FILE@
|
|
|
|
int main(void) {
|
|
return 0;
|
|
}
|