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
P0329R4: Designated Initialization
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
lto7_pkg.adb
blob
dd973dad34a2e57b187a7b7f333461d2f8058704
1
package body
Lto7_Pkg
is
2
3
procedure
op1
(
this
:
Root
)
is begin null
;
end
;
4
procedure
op2
(
this
:
DT
)
is begin null
;
end
;
5
6
end
Lto7_Pkg
;