llvm-project/llvm/test/FrontendAda/asm.adb

7 lines
110 B
Ada
Raw Normal View History

-- RUN: %llvmgcc -S %s
with System.Machine_Code;
procedure Asm is
begin
System.Machine_Code.Asm ("");
end;