<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>83005</integer>
    </number>
    <user>
      <string>x</string>
    </user>
    <title>
      <string>x</string>
    </title>
    <contents>
      <string>package P is

  procedure X (A : out Natural);
  pragma Postcondition (A &gt;= 10);

end P;

package body P is

  procedure X (A : out Natural) is
  begin
    A := 20;
  end X;

end P;

$ gcc44 -gnatwadleG -gnatVa -gnato -gnata -gnatW8 -gnatiw -
gnaty2aAbdefhiklnprStu -c p.adb
p.ads:4:25: warning: &quot;A&quot; may be referenced before it has a value </string>
    </contents>
    <universal-time>
      <integer>3455699336</integer>
    </universal-time>
    <channel>
      <string>None</string>
    </channel>
    <colorization-mode>
      <string>None</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
