summaryrefslogtreecommitdiffstats
path: root/libgloss/mips/test.c
blob: a993479146e51dc4a841bb3dbdf5156dfeed2237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
main()
{
  outbyte ('&');
  outbyte ('@');
  outbyte ('$');
  outbyte ('%');

  /* whew, we made it */
  
  print ("\r\nDone...");

  return;
}