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
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
array20.adb
blob
86eb61b4ce8b81d6863cbf5adf50cff5022ff514
1
-- { dg-do assemble }
2
3
package body
Array20
is
4
5
type
Arr
is array
(
Positive
range
<>)
of
Integer
;
6
7
type
P_Arr
is access
Arr
;
8
9
N
:
constant
P_Arr
:=
null
;
10
11
Table
:
P_Arr
:=
N
;
12
13
end
Array20
;