(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
ghost7.adb
--  { dg-do compile }
--  { dg-options "-gnatwa" }

package body Ghost7 is
   procedure Dummy is null;
end Ghost7;