repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt12_pkg.adb
blob
646c8734c70fe4e0a982331ba77c83e9e1002165
1
package body
Opt12_Pkg
is
2
3
function
Equal
(
L
,
R
:
Static_Integer_Subtype
)
return
Boolean
is
4
begin
5
return
(
L
=
R
);
6
end
;
7
8
end
Opt12_Pkg
;