view test/ctor-vs-method/@other/other.m @ 20830:b65888ec820e draft default tip gccjit

dmalcom gcc jit import
author Stefan Mahr <dac922@gmx.de>
date Fri, 27 Feb 2015 16:59:36 +0100
parents 6c952376482d
children
line wrap: on
line source

function r = other (varargin)
  __trace__ ('begin other/other');
  r = class (struct (), 'other');
  __trace__ ('end other/other');
end