mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
4 lines
153 B
Nim
4 lines
153 B
Nim
static:
|
|
echo cast[int32](12.0) #[tt.Error
|
|
^ VM does not support 'cast' from tyFloat with size 8 to tyInt32 with size 4 due to different sizes]#
|