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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
discr36_pkg.adb
blob
82f6f621ac65e537453bd22a3b011aaf5064d6cc
1
package body
Discr36_Pkg
is
2
3
function
Func
return
T
is
4
Ret
:
T
;
5
pragma
Warnings
(
Off
,
Ret
);
6
begin
7
return
Ret
;
8
end
;
9
10
end
Discr36_Pkg
;