mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
10 lines
166 B
Ada
10 lines
166 B
Ada
|
-- RUN: %llvmgcc -c %s -o /dev/null
|
||
|
package body Unc_Constructor is
|
||
|
procedure P (X : A) is
|
||
|
begin
|
||
|
if X = A0 then
|
||
|
null;
|
||
|
end if;
|
||
|
end;
|
||
|
end;
|