OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [case_null.ads] - Rev 696

Compare with Previous | Blame | View Log

package Case_Null is
   type T is (a, b, c, d, e);
 
   subtype S is T range b .. d;
 
   subtype S1 is S range a .. d;
   --  Low bound out of range of base subtype.
 
   procedure P1 (X : T);
 
end Case_Null;
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.