index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ccgbugs
/
xoa9578.nim
blob: 94ef345194c3a156442811d0d9caab6256c38b0d (
plain
) (
blame
)
1
2
3
4
import
t9578
proc
testOpenArray
*
(
x
:
var
openArray
[
mytype
]
)
=
f
(
x
[
0
]
.
addr
)