tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gnat.dg / annotation1.adb
blob6ed14dab0f340d7ca2b18e63aa407c17b93dcf35
1 -- { dg-do compile }
3 procedure Annotation1 is
4 pragma Annotate (Some_Tool, Some_Action, "abc" & "def");
5 begin
6 null;
7 end Annotation1;