dvitomp fix from Akira
[mplib] / src / texk / web2c / mpdir / tests / mini.mp
1 picture p;
2 p := btex test etex;
3 beginfig(1)
4 label(p,origin);
5 endfig
6 end.
7