mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-05-01 07:16:06 +02:00
test: Add a script to test the toolchain.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("Hello cross-compilation world!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user