aboutsummaryrefslogtreecommitdiff
path: root/test/AdaFrontend/fat_fields.adb
diff options
context:
space:
mode:
Diffstat (limited to 'test/AdaFrontend/fat_fields.adb')
-rw-r--r--test/AdaFrontend/fat_fields.adb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/AdaFrontend/fat_fields.adb b/test/AdaFrontend/fat_fields.adb
deleted file mode 100644
index 906e34ee0b..0000000000
--- a/test/AdaFrontend/fat_fields.adb
+++ /dev/null
@@ -1,10 +0,0 @@
--- RUN: %llvmgcc -c %s -o /dev/null
--- RUN: %llvmgcc -c %s -O2 -o /dev/null
-package body Fat_Fields is
- procedure Proc is
- begin
- if P = null then
- null;
- end if;
- end;
-end;