20000317 sourceware import
This commit is contained in:
13
libgloss/mips/test.c
Normal file
13
libgloss/mips/test.c
Normal file
@ -0,0 +1,13 @@
|
||||
main()
|
||||
{
|
||||
outbyte ('&');
|
||||
outbyte ('@');
|
||||
outbyte ('$');
|
||||
outbyte ('%');
|
||||
|
||||
/* whew, we made it */
|
||||
|
||||
print ("\r\nDone...");
|
||||
|
||||
return;
|
||||
}
|
Reference in New Issue
Block a user