URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [iface_eq_test.ads] - Rev 696
Compare with Previous | Blame | View Log
-- { dg-do compile } generic package Iface_Eq_Test is type Iface is limited interface; function "=" (L, R : access Iface) return Boolean is abstract; end;