]> sourceware.org Git - newlib-cygwin.git/blob - libgloss/mips/test.c
If -mfp32, do not enable 64-bit FPR registers on mips3
[newlib-cygwin.git] / libgloss / mips / test.c
1 main()
2 {
3 outbyte ('&');
4 outbyte ('@');
5 outbyte ('$');
6 outbyte ('%');
7
8 /* whew, we made it */
9
10 print ("\r\nDone...");
11
12 return;
13 }
This page took 0.034555 seconds and 5 git commands to generate.