Google
 

Trailing-Edge - PDP-10 Archives - decuslib20-03 - decus/20-0078/rts/test.sim
There are no other files named test.sim in the archive.
begin
text buffer;
ref(outfile)inf;
buffer :- blanks(60);
inf :- new outfile("");
inf.open(buffer);
inf.outtext("NEW");
inf.close
end