blob: e32c04a2e0192589392e86bc33d12a56d83c6b3d [file] [log] [blame]
Duncan Sandsd60a18d2007-05-02 07:43:14 +00001-- RUN: %llvmgcc -c %s -o /dev/null
2package 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;