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
/
array13.adb
blob
245d40af245cd51da6bb7bda33a9798f7bbc24d0
1
-- PR ada/38394
2
-- Reporter: Michael Völske <michael.voelske@medien.uni-weimar.de>
3
4
-- { dg-do assemble }
5
6
package body
Array13
is
7
8
procedure
Foo
is
9
X
,
Y
:
T
;
10
begin
11
null
;
12
end
;
13
14
end
Array13
;