(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
annotation1.adb
--  { dg-do compile }

procedure Annotation1 is
   pragma Annotate (Some_Tool, Some_Action, "abc" & "def");
begin
   null;
end Annotation1;