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

8 lines
89 B
C++

#include <iostream>
int main()
{
std::cout << "works" << std::endl;
return 0;
}