mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
move ada tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35629 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
6
test/FrontendAda/fat_fields.ads
Normal file
6
test/FrontendAda/fat_fields.ads
Normal file
@@ -0,0 +1,6 @@
|
||||
package Fat_Fields is
|
||||
pragma Elaborate_Body;
|
||||
type A is array (Positive range <>) of Boolean;
|
||||
type A_Ptr is access A;
|
||||
P : A_Ptr := null;
|
||||
end;
|
||||
Reference in New Issue
Block a user