URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [go.test/] [test/] [fixedbugs/] [bug367.dir/] [p.go] - Rev 700
Compare with Previous | Blame | View Log
package ptype T struct{ x int }type S struct{}func (p *S) get() {}type I interface {get()}func F(i I) {i.get()}
