blob: 575617c087886e74daee502cbf3c8536560cf54e [file] [log] [blame]
-- RUN: %llvmgcc -c %s
with System.Machine_Code;
procedure Asm is
begin
System.Machine_Code.Asm ("");
end;