(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
machine_attr2.ads
package Machine_Attr2 is

  type Non_Secure is access procedure;
  pragma Machine_Attribute (Non_Secure, "cmse_nonsecure_call");

  procedure Call (Proc : Non_Secure);

end Machine_Attr2;