blob: fc12d559877c7f0a18f51a486924f7af7e52a79d [file] [log] [blame]
package body Fat_Fields is
procedure Proc is
begin
if P = null then
null;
end if;
end;
end;