mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
6 lines
110 B
Ada
6 lines
110 B
Ada
-- RUN: %llvmgcc -c %s
|
|
with System.Machine_Code;
|
|
procedure Asm is
|
|
begin
|
|
System.Machine_Code.Asm ("");
|
|
end;
|