summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/metauml/metauml_manual/test.mp
blob: b7f60eadca0395820f75020176241e2b53ffe349 (plain)
1
2
3
4
5
6
7
8
9
input metauml;

beginfig(1);
	Class.X("X")()();
	drawObjects(X);
endfig;

end