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-01-15 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
discr1.ads
blob
2e0207675b85f38f67ddb4a4d1bb1c8c19309333
1
-- { dg-do compile }
2
-- { dg-options "-gnatct" }
3
4
with
Discr1_Pkg
;
use
Discr1_Pkg
;
5
6
package
Discr1
is
7
8
procedure
Proc
(
V
:
Variable_String_Array
);
9
10
end
Discr1
;