mirror of
https://github.com/RPCSX/llvm.git
synced 2026-01-31 01:05:23 +01:00
than -c. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120157 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
110 B
Ada
7 lines
110 B
Ada
-- RUN: %llvmgcc -S %s
|
|
with System.Machine_Code;
|
|
procedure Asm is
|
|
begin
|
|
System.Machine_Code.Asm ("");
|
|
end;
|