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

package body Thunk2 is

  overriding function Element (Self : Ext; Name : String) return Ext is
  begin
    return Self;
  end;

end Thunk2;