blob: 443a9b679c5599b577fd2176bff396faf03bd5f4 [file] [log] [blame]
Duncan Sands53910d92010-11-25 21:21:59 +00001-- RUN: %llvmgcc -S %s -I%p/Support
2-- RUN: %llvmgcc -S %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;