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