URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [execute/] [contained.f90] - Rev 303
Compare with Previous | Blame | View Log
program containedimplicit noneinteger ii = 0;call testproc (40)if (i .ne. 42) call abortcontainssubroutine testproc (p)implicit noneinteger pif (p .ne. 40) call aborti = p + 2end subroutineend program
