osxcross/oclang/test.c
Thomas Pöchtrager 2e957af35c initial commit
2014-03-26 20:28:13 +01:00

8 lines
70 B
C

#include <stdio.h>
int main()
{
printf("works");
return 0;
}