BSD 4_3 development
[unix-history] / usr / src / ucb / pascal / pdx / test / small.p
program small(input, output);
begin
writeln('this is small', 1 div 0);
end.