aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendAda/fat_fields.adb
blob: 906e34ee0bef6e2d1d6e60ea2abb627b72b592ba (plain)
1
2
3
4
5
6
7
8
9
10
-- 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;