aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendAda/asm.adb
blob: 844885e67152c5b5ec040f8dd9d645411118c81e (plain)
1
2
3
4
5
6
-- RUN: %llvmgcc -S %s
with System.Machine_Code;
procedure Asm is
begin
   System.Machine_Code.Asm ("");
end;