blob: 906e34ee0bef6e2d1d6e60ea2abb627b72b592ba [file] [log] [blame]
-- RUN: %llvmgcc -c %s -o /dev/null
-- RUN: %llvmgcc -c %s -O2 -o /dev/null
package body Fat_Fields is
procedure Proc is
begin
if P = null then
null;
end if;
end;
end;