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
2016-11-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr34.adb
blob
7beab9540d0ade9ea4b906f600cc315cd86db7fb
1
-- { dg-do compile }
2
3
with
Discr34_Pkg
;
use
Discr34_Pkg
;
4
5
procedure
Discr34
is
6
Object
:
Rec
:=
F
;
7
begin
8
null
;
9
end
;