blob: 844885e67152c5b5ec040f8dd9d645411118c81e [file] [log] [blame]
Duncan Sands53910d92010-11-25 21:21:59 +00001-- RUN: %llvmgcc -S %s
Duncan Sands00d4bc02007-05-02 07:41:22 +00002with System.Machine_Code;
3procedure Asm is
4begin
5 System.Machine_Code.Asm ("");
6end;