aboutsummaryrefslogtreecommitdiff
path: root/Testing/Semantic/t5-2.p
blob: 2b9cde3b4c9e957c003e098313cd46658872e0f7 (plain)
1
2
3
4
5
6
7
8
(* ERROR: function missing return statement *)
program main( input, output );
  function foo(a: integer): integer;
  begin
  end;
begin
end.