blob: 6ed14dab0f340d7ca2b18e63aa407c17b93dcf35 [file] [log] [blame]
-- { dg-do compile }
procedure Annotation1 is
pragma Annotate (Some_Tool, Some_Action, "abc" & "def");
begin
null;
end Annotation1;