diff options
Diffstat (limited to 'test/FrontendAda/asm.adb')
-rw-r--r-- | test/FrontendAda/asm.adb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/FrontendAda/asm.adb b/test/FrontendAda/asm.adb deleted file mode 100644 index 844885e..0000000 --- a/test/FrontendAda/asm.adb +++ /dev/null @@ -1,6 +0,0 @@ --- RUN: %llvmgcc -S %s -with System.Machine_Code; -procedure Asm is -begin - System.Machine_Code.Asm (""); -end; |