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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr53.ads
blob
3fa9f0f4845c0c77b0c3871539d631bcdbd1c272
1
with
Discr53_Pkg
;
2
3
package
Discr53
is
4
5
type
Rec
(
D
:
Boolean
:=
False
)
is record
6
case
D
is
7
when
True
=>
S
:
String
(
1
..
Discr53_Pkg
.
Max
);
8
when
False
=>
null
;
9
end case
;
10
end record
;
11
12
function
F
return
Rec
;
13
14
procedure
Proc
;
15
16
end
Discr53
;