view test/ctor-vs-method/@other/parent.m @ 20654: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 = parent (a)
  __trace__ ('begin other/parent');
  __trace__ ('end other/parent');
end