blob: bc3002c6a95bd514914eef9e1ff9610573eb5952 [file] [log] [blame]
Duncan Sands2ceab522007-07-23 13:41:53 +00001-- RUN: %llvmgcc -c %s -I%p/Support
Dan Gohmanf17a25c2007-07-18 16:29:46 +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;