diff options
Diffstat (limited to 'test/AdaFrontend/array_size.adb')
-rw-r--r-- | test/AdaFrontend/array_size.adb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/AdaFrontend/array_size.adb b/test/AdaFrontend/array_size.adb deleted file mode 100644 index da4c5891be..0000000000 --- a/test/AdaFrontend/array_size.adb +++ /dev/null @@ -1,10 +0,0 @@ --- RUN: %llvmgcc -c %s -o /dev/null -procedure Array_Size is - subtype S is String (1 .. 2); - type R is record - A : S; - end record; - X : R; -begin - null; -end; |