diff options
Diffstat (limited to 'test/FrontendAda/fat_fields.adb')
-rw-r--r-- | test/FrontendAda/fat_fields.adb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/FrontendAda/fat_fields.adb b/test/FrontendAda/fat_fields.adb deleted file mode 100644 index 443a9b6..0000000 --- a/test/FrontendAda/fat_fields.adb +++ /dev/null @@ -1,10 +0,0 @@ --- RUN: %llvmgcc -S %s -I%p/Support --- RUN: %llvmgcc -S %s -I%p/Support -O2 -package body Fat_Fields is - procedure Proc is - begin - if P = null then - null; - end if; - end; -end; |