1-- RUN: %llvmgcc -S %s 2with System.Machine_Code; 3procedure Asm is 4begin 5 System.Machine_Code.Asm (""); 6end; 7