URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [volatile5_pkg.ads] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
package Volatile5_Pkg is type Rec is record I : Integer; end record; pragma Volatile(Rec); function F return Rec; end Volatile5_Pkg; --
Go to most recent revision | Compare with Previous | Blame | View Log