mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +02:00
test: Add a script to test the toolchain.
This commit is contained in:
7
test/C/hello.c
Normal file
7
test/C/hello.c
Normal file
@ -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