diff options
Diffstat (limited to 'Examples/test-suite/octave/overload_copy_runme.m')
| -rw-r--r-- | Examples/test-suite/octave/overload_copy_runme.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/octave/overload_copy_runme.m b/Examples/test-suite/octave/overload_copy_runme.m new file mode 100644 index 0000000..b303ba6 --- /dev/null +++ b/Examples/test-suite/octave/overload_copy_runme.m @@ -0,0 +1,3 @@ +overload_copy +f = Foo(); +g = Foo(f); |
