polserver/testsuite/escript/errors/errors009-int-out-of-range.src

5 lines
106 B
Text

var x := 123456789123456789;
print(x);
// OG compiler does not notice this error.
force_compile_error();