(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
prefetch1.ads
with System;

package Prefetch1 is

  procedure My_Proc1 (Addr : System.Address);
  procedure My_Proc2 (Addr : System.Address);
  procedure My_Proc3 (Addr : System.Address);

end Prefetch1;