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
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
limited1.adb
blob
0278fe103d27e0918f81fb271d3914bbf890f9df
1
-- { dg-do run }
2
3
with
Limited1_Outer
;
use
Limited1_Outer
;
4
5
procedure
Limited1
is
6
X
:
Outer_Type
:=
Make_Outer
;
7
begin
8
null
;
9
end
;