view test/bug-35448/fC.m @ 31219:ad9822dedef8

maint: merge stable to default
author Rik <rik@octave.org>
date Tue, 30 Aug 2022 15:25:13 -0700
parents fc4bb4bd1d5e
children
line wrap: on
line source

## fC.m
function y = fC (x)
  y = x;
endfunction