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