index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
go.test
/
test
/
fixedbugs
/
bug248.dir
/
bug0.go
blob: 7fc7401c5a9d6ee935ff5b90e100cd705c8c304f (
plain
)
1
2
3
4
5
6
7
8
9
package
p
type
T
struct
{
X
,
Y
int
}
type
I
interface
{
M
(
T
)
}