summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/eplain/base/test/outer.tex
blob: e424bebed12c822d187ddb1d3979101f595d49c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% This file is public domain.
%
% Test file to make sure all the inner allocation routines really are
% inner.
% 
\input eplain

\def\foo{%
  \innernewcount\a
  \innernewdimen\b
  \innernewskip\c
  \innernewmuskip\d
  \innernewbox\e
  \innernewhelp\f{Help.}%
  \innernewtoks\g
  \innernewread\h
  \innernewwrite\i
  \innernewfam\j
  \innernewlanguage\k
  \innernewinsert\l
  \innernewif\ifm
}

\foo

\end