program whatever(input,output);
const
  foo = 'hello world';
var
  x: integer;
begin 
  { this is just a test } 
end.

