Files
2020-09-01 11:06:31 +02:00

13 lines
162 B
Ada

package Test is
V : Integer;
type A_Type is record
A, B : Integer;
end record;
procedure A_Procedure (P1, P2 : Integer) is null;
end Test;