]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/tools/conftest.c
Fix macOS SDL2 framework permissions
[xonotic/xonotic.git] / misc / tools / conftest.c
1 #include <stdio.h>
2
3 int main()
4 {
5         printf("Hello, world!\n");
6         return 0;
7 }