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
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
ifaces.adb
blob
22513799770b1606817aa23e1b9b0fb57a148b90
1
with
Text_IO
;
use
Text_IO
;
2
package body
Ifaces
is
3
procedure
op1
(
this
:
Root
)
is begin null
;
end
;
4
procedure
op2
(
this
:
DT
)
is begin null
;
end
;
5
end
;