1-- { dg-do compile }
2
3package body Weak2 is
4
5   function F return Integer is
6   begin
7      return Var;
8   end;
9
10end Weak2;
11