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
compiler: give error for non-int arguments to make
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr11_pkg.ads
blob
1b0a979bb30d541418005d1f1ddc6404178f1c8f
1
package
Discr11_Pkg
is
2
type
DT_1
(<>)
is tagged private
;
3
function
Create
return
DT_1
;
4
private
5
type
DT_1
(
Size
:
Positive
)
is tagged record
6
Data
:
String
(
1
..
Size
);
7
end record
;
8
end
Discr11_Pkg
;