OSDN Git Service

* bug fix
[pf3gnuchains/pf3gnuchains3x.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 }