blob: bd1bc4c39c8a966b532d79cf3e1e5c7d433db2d8 [file] [log] [blame]
Duncan Sands00d4bc02007-05-02 07:41:22 +00001-- RUN: %llvmgcc -c %s -o /dev/null
2with System.Machine_Code;
3procedure Asm is
4begin
5 System.Machine_Code.Asm ("");
6end;