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
/
generics
/
t14509.nim
blob: ef3143ee4f1b01e36211c55d919291254948a374 (
plain
) (
blame
)
1
2
3
4
import
m14509
var
v
:
VecIntrin
[
4
,
float32
]
doAssert
$
v
==
"[0.0, 0.0, 0.0, 0.0]"