/usr/share/doc/noweb/examples/test.nw is in noweb 2.11b-11.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | % Copyright 1991 by Norman Ramsey. All rights reserved.
% See file COPYRIGHT for more information.
<<*>>=
one <<two>> <<three>> # uses two and three
@ %def one
<<two>>=
first of two
second of two
third of two
@ %def fish fowl duck
@ %def two
<<three>>=
first of three
second of three
third of three
@ %def three
|