mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
2f2e949039
to ASM_EXPR). llvm-svn: 36644
7 lines
123 B
Ada
7 lines
123 B
Ada
-- RUN: %llvmgcc -c %s -o /dev/null
|
|
with System.Machine_Code;
|
|
procedure Asm is
|
|
begin
|
|
System.Machine_Code.Asm ("");
|
|
end;
|