view test/class-concat/@foo/foo.m @ 13814:a45535d630bd

new tests for class concatentation * test/class-concat/@foo/foo.m, test/class-concat/module.mk, test/class-concat/test_class_concat.m: New files. * test/Makefile.am: Include class-concat/modules.mk.
author John W. Eaton <jwe@octave.org>
date Fri, 04 Nov 2011 05:10:46 -0400
parents
children
line wrap: on
line source

function r = foo ()
  r = class (struct (), 'foo');
endfunction