ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gnat.dg/prot8.ads

11 lines
138 B
Ada
Raw Normal View History

2024-04-01 15:19:46 +00:00
package Prot8 is
protected type Prot is
private
B : Boolean;
N : access Prot;
Ptr : access Prot;
end Prot;
end Prot8;