blob: 575617c087886e74daee502cbf3c8536560cf54e [file] [log] [blame]
Duncan Sands2ceab522007-07-23 13:41:53 +00001-- RUN: %llvmgcc -c %s
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002with System.Machine_Code;
3procedure Asm is
4begin
5 System.Machine_Code.Asm ("");
6end;