view test/bug-50014/duplicate_primary_subfunction_old_syntax.m @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -0400
parents 0c99b8c2e5bb
children
line wrap: on
line source

## Test old-style subfunctions with no END statements

function r = duplicate_primary_subfunction_old_syntax ()
  r = 0;
  notbug ();

function r = notbug ()
  r = 1

function r = duplicate_primary_subfunction_old_syntax ()
  r = 2