view test/bug-53956/bug53956_class_4.m @ 31231:a026fb2be108

sparse-xpow.cc: Return empty matrix for empty input (bug #63080)
author Arun Giridhar <arungiridhar@gmail.com>
date Mon, 19 Sep 2022 07:05:31 -0400
parents 71724787d972
children
line wrap: on
line source

classdef bug53956_class_4 < bug53956_class_3
  properties
  end
  methods
    function delete (self)
      global dtor4_called
      dtor4_called++;
    end
  end
end