pantry/projects/x.org/xcursor/test.c
Andrew 5525b6ebf2
new file: projects/x.org/xcursor/package.yml (#3345)
new file:   projects/x.org/xcursor/test.c
2023-09-17 12:46:57 -04:00

6 lines
114 B
C

#include "X11/Xcursor/Xcursor.h"
int main(int argc, char* argv[]) {
XcursorFileHeader header;
return 0;
}