Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gnat.dg/ref_type.ads

6 lines
103 B
Ada
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
package ref_type is
private
type T is tagged null record;
procedure Print (X : T);
end ref_type;