llvm-6502/test/FrontendAda/unc_constructor.adb
2010-11-25 21:21:59 +00:00

10 lines
166 B
Ada

-- RUN: %llvmgcc -S %s -I%p/Support
package body Unc_Constructor is
procedure P (X : A) is
begin
if X = A0 then
null;
end if;
end;
end;