diff options
Diffstat (limited to 'tests/vm/tconst_float_as_int.nim')
-rw-r--r-- | tests/vm/tconst_float_as_int.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/tconst_float_as_int.nim b/tests/vm/tconst_float_as_int.nim new file mode 100644 index 000000000..ed84ec194 --- /dev/null +++ b/tests/vm/tconst_float_as_int.nim @@ -0,0 +1,3 @@ + +# bug #4619 +const x: float = 0 |