summaryrefslogtreecommitdiff
path: root/tests/examplefiles/matlab_sample
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/matlab_sample')
-rw-r--r--tests/examplefiles/matlab_sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/examplefiles/matlab_sample b/tests/examplefiles/matlab_sample
index 4f61afe8..bb00b517 100644
--- a/tests/examplefiles/matlab_sample
+++ b/tests/examplefiles/matlab_sample
@@ -28,3 +28,7 @@ y = exp(x);
{%
a block comment
%}
+
+function no_arg_func
+fprintf('%s\n', 'function with no args')
+end