RosettaCodeData/Task/Exceptions/Ada/exceptions-2.ada
2023-07-01 13:44:08 -04:00

4 lines
52 B
Ada

procedure Foo is
begin
raise Foo_Error;
end Foo;