summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cftests/cftest.web
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/cftests/cftest.web')
-rw-r--r--Build/source/texk/web2c/cftests/cftest.web15
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cftests/cftest.web b/Build/source/texk/web2c/cftests/cftest.web
new file mode 100644
index 00000000000..a49ba6a1947
--- /dev/null
+++ b/Build/source/texk/web2c/cftests/cftest.web
@@ -0,0 +1,15 @@
+% This is not a real program, only to test if tangle works.
+
+@* Introduction.
+This is just a test.
+
+@p program CF_test;
+type @<Types in the outer block@>
+
+@ @<Types...@>=
+@!seven_bits=0..127; {seven-bit numbers, a subrange of the integers}
+
+@* Main program.
+
+@p begin write_ln('This is CFtest');
+end.