2.11BSD/src/ucb/pascal/pi/TESTS/test2.p
/* @(#)test2.p 2.2 SCCS id keyword */ program x(output); begin message('abc'); end.