URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [specs/] [access3.ads] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package access3 is type TF is access function return access procedure (P1 : Integer); type TAF is access protected function return access procedure (P1 : Integer); type TAF2 is access function return access protected procedure (P1 : Integer); type TAF3 is access protected function return access protected procedure (P1 : Integer); type TAF_Inf is access protected function return access function return access function return access function return access function return access function return access function return access function return access function return Integer; end access3;
Go to most recent revision | Compare with Previous | Blame | View Log