/* * * test.c * */ #include int main(int argc, char ** argv) { printf("CRUX ARM Toolchain Test\n"); return 0; } /* End of file */