CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
made some Makefile's test improvements
[toolchain-softfp.git] / work / test.c
1 /*
2 * test.c
3 */
4
5 #include <stdio.h>
6
7 int main(int argc, char ** argv) {
8 printf("CRUX ARM Toolchain Test\n");
9 return 0;
10 }
11
12 /* End of file */