blob: 575617c087886e74daee502cbf3c8536560cf54e [file] [log] [blame]
Duncan Sands1b4b2562007-07-23 13:41:53 +00001-- RUN: %llvmgcc -c %s
Duncan Sands00d4bc02007-05-02 07:41:22 +00002with System.Machine_Code;
3procedure Asm is
4begin
5 System.Machine_Code.Asm ("");
6end;