newlib-cygwin/libgloss/mips/test.c

14 lines
144 B
C
Raw Normal View History

2000-03-18 06:48:54 +08:00
main()
{
outbyte ('&');
outbyte ('@');
outbyte ('$');
outbyte ('%');
/* whew, we made it */
print ("\r\nDone...");
return;
}