xref: /freebsd/usr.bin/m4/tests/m4wrap3.m4 (revision 315ee00f)
1dnl $OpenBSD: src/regress/usr.bin/m4/m4wrap3.m4,v 1.1 2005/03/02 10:12:41 espie Exp $
2dnl Another test, this time for multiple wrappers
3dnl Check the behavior in presence of recursive m4wraps
4dnl both for POSIX m4 and for gnu-m4 mode
5m4wrap(`this is
6')dnl
7m4wrap(`a string
8')dnl
9m4wrap(`m4wrap(`recurse
10')')dnl
11normal m4 stuff
12