view test/bug-59704/bug59704_1_test.m @ 33608:5fba13104493 bytecode-interpreter tip

maint: merge default to bytecode-interpreter.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Sat, 18 May 2024 22:40:00 -0400
parents 34088c4828fe
children
line wrap: on
line source

function [retval, input] = bug59704_1_test (input)
retval = 1;
endfunction