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
/
g_tables.adb
blob
bdad37850cb10d3ed5c6be846701d48077727fcc
1
-- { dg-options "-gnatws" }
2
3
package body
G_Tables
is
4
function
Create
(
L
:
Natural
)
return
Table
is
5
begin
6
return
T
:
Table
(
1
..
L
);
7
end
Create
;
8
end
G_Tables
;