osxcross/oclang/test.c

8 lines
70 B
C
Raw Normal View History

2013-11-10 14:49:24 +01:00
#include <stdio.h>
int main()
{
printf("works");
return 0;
}