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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
equal5.adb
blob
d98cff8cea6b7bbe8a3ee95d639282937ddd8a58
1
-- { dg-do compile }
2
3
package body
Equal5
is
4
function
"="
5
(
Left
:
Eq_Parent
;
6
Right
:
Eq_Parent
)
return
Boolean
is
(
True
);
7
8
procedure
Op
(
Obj
:
Child_6
)
is null
;
9
10
function
Equals
11
(
Left
:
Child_6
;
12
Right
:
Child_6
)
return
Boolean
is
(
True
);
13
end
Equal5
;