URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [layered_instance.adb] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } with Layered_Abstraction_P; with layered_abstraction; procedure layered_instance is package s1 is new Layered_Abstraction_P (Integer, 15); package S2 is new Layered_Abstraction_P (Integer, 20); package Inst is new layered_abstraction (S1, S2); begin null; end;
Go to most recent revision | Compare with Previous | Blame | View Log