1
0
mirror of https://github.com/Relintai/osxcross.git synced 2025-04-24 05:43:21 +02:00
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;
}