shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
25 stars 3 forks source link

Segmentation fault when taking handle of a function from within its body #9

Closed shsajjadi closed 2 years ago

shsajjadi commented 3 years ago
    function out = test
        out = @test;
    endfunction

Calling test results in segmentation fault.

shsajjadi commented 3 years ago

The issue solved here.