1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/test/FrontendAda/asm.adb
2007-05-02 07:41:22 +00:00

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;