blob: f02d096db12007f3d57e8f89686c7361f4309c31 (
plain)
1
2
3
4
5
6
7
8
9
|
% $Id: test-pdfprimitive-ok.tex 784 2017-11-28 23:55:44Z karl $
% Public domain.
\catcode`\{=1 \catcode`\}=2
% Check that \pdfprimitive works at all.
\let\message=\relax
\pdfprimitive\message{hello}%
\end
|