CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Moved hardcoded vars (abi, arch, fpu, mode and float) to vars.mk
[toolchain.git] / work / test.c
CommitLineData
851a4f23
JB
1/*
2 * test.c
3 */
4
5#include <stdio.h>
6
7int main(int argc, char ** argv) {
8 printf("CRUX ARM Toolchain Test\n");
9 return 0;
10}
11
12/* End of file */