Hi,
with latest git version under Ubuntu 18.04 I obtain a crash when running
the following script:
<hansl>
clear
set verbose off
function void simple (const int N[2::])
print "very simple"
end function
simple(1)
</hansl>
The shell prints:
<shell-output>
free(): double free detected in tcache 2
Aborted (core dumped)
<shell-output>
Hope that helps.
Artur