xref
: /
dports
/
lang
/
gnat_util
/
gcc-6-20180516
/
gcc
/
testsuite
/
gnat.dg
/
elim2.adb
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
-- { dg-do run }
2
3
with
elim1
;
4
procedure
elim2
is
5
begin
6
null
;
7
end
;
8