mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 04:59:26 +02:00
test: Add a script to test the toolchain.
This commit is contained in:
7
test/C++/hello.cxx
Normal file
7
test/C++/hello.cxx
Normal file
@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main( int argc, char * argv[] )
|
||||
{
|
||||
std::cout << "Hello cross-compilation world!" << std::endl;
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user