summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/metauml/metauml_manual/test.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/metauml/metauml_manual/test.mp')
-rw-r--r--Master/texmf-dist/doc/metapost/metauml/metauml_manual/test.mp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/metauml/metauml_manual/test.mp b/Master/texmf-dist/doc/metapost/metauml/metauml_manual/test.mp
new file mode 100644
index 00000000000..b7f60eadca0
--- /dev/null
+++ b/Master/texmf-dist/doc/metapost/metauml/metauml_manual/test.mp
@@ -0,0 +1,9 @@
+input metauml;
+
+beginfig(1);
+ Class.X("X")()();
+ drawObjects(X);
+endfig;
+
+end
+