osxcross/oclang/test.cpp

8 lines
89 B
C++
Raw Normal View History

2013-11-10 14:49:24 +01:00
#include <iostream>
int main()
{
std::cout << "works" << std::endl;
return 0;
}