index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gnat.dg
/
sort1.ads
blob: 6c972a489a416231ffebfb1a015a6022d0ee96d7 (
plain
)
1
2
function
sort1
(
S
:
String
)
return
String
;
pragma
Pure
(
sort1
);