blob: 510105f6840f36471993c1d7f63bb4e6e237f856 [file] [log] [blame]
Duncan Sands1b4b2562007-07-23 13:41:53 +00001-- RUN: %llvmgcc -c %s -I%p/Support
2-- RUN: %llvmgcc -c %s -I%p/Support -O2
Chris Lattnere10988d2007-04-03 21:46:22 +00003package body Fat_Fields is
4 procedure Proc is
5 begin
6 if P = null then
7 null;
8 end if;
9 end;
10end;