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
/
renaming8_pkg2.adb
blob
c135b392f0bc3e3225f2eb56a14d494cd9225f34
1
package body
Renaming8_Pkg2
is
2
3
function
F
return
Rec
is
4
begin
5
return
(
E
=> (
others
=>
True
));
6
end
;
7
8
end
Renaming8_Pkg2
;