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
Merge from trunk
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
weak2.adb
blob
9e704b50c0da3a64a706f57eb24949f158c3eaf0
1
-- { dg-do compile }
2
3
package body
Weak2
is
4
5
function
F
return
Integer
is
6
begin
7
return
Var
;
8
end
;
9
10
end
Weak2
;