PR testsuite/86649
[official-gcc.git] / gcc / testsuite / gnat.dg / sort2.adb
blob084ad38bf45e46b831ab934d90ea3a7bbc97604a
1 -- { dg-do run }
3 with sort1;
4 procedure sort2 is
5 begin
6 if Sort1 ("hello world") /= " dehllloorw" then
7 raise Program_Error;
8 end if;
9 end sort2;