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
/
taft_type4.adb
blob
f6758638a63d1d8f83ed710cb9a45965a73fc17c
1
-- { dg-do compile }
2
-- { dg-options "-O -gnatn" }
3
4
with
Taft_Type4_Pkg
;
use
Taft_Type4_Pkg
;
5
6
procedure
Taft_Type4
is
7
Obj
:
T
;
8
begin
9
Proc
(
Obj
);
10
end
;