summaryrefslogtreecommitdiff
path: root/Build/tests/largefile/lfs/3gb.tex
blob: a65143631a3226af4f71c8083a9701e3f7a3d45a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% $Id$
% Check if a 3gb file can be created.
% (Public domain.)
\pdfoutput=1
\pdfcompresslevel=0

\topskip0pt
\newcount\n
\loop
	\pdfximage width \hsize height \vsize {poles.png}
	\hbox{\pdfrefximage\pdflastximage}
	\eject
	\advance\n by1
	\ifnum\n<3000
\repeat
\bye