summary refs log tree commit diff stats
path: root/tests/vm/t19199.nim
blob: 6ae48cb5459d80095c23e71f1e631487cea8c3d9 (plain) (blame)
1
2
3
4
5
6
# bug #19199
proc mikasa(x: float) = doAssert x == 42

static:
  mikasa 42.uint.float
mikasa 42.uint.float