blob: ee10de6c811d768b5ec249387fb967f96b6947a4 [file] [log] [blame]
Duncan Sands2b5243d2010-11-25 21:21:59 +00001-- RUN: %llvmgcc -S %s -I%p/Support
Duncan Sands89b1f3a2007-05-02 07:43:14 +00002package body Unc_Constructor is
3 procedure P (X : A) is
4 begin
5 if X = A0 then
6 null;
7 end if;
8 end;
9end;