1 dnl @ ../doc/m4.texi:2202: Origin of test
2 dnl @ expected status: 0
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
6 dnl @ This file is free software; the Free Software Foundation
7 dnl @ gives unlimited permission to copy and/or distribute it
8 dnl @ with or without modifications, as long as this notice
11 dnl @result{}foo bar blah
12 define(`foo', `some')define(`bar', `other')define(`blah', `text')
15 dnl @result{}some other text
19 dnl @result{}foo other text
20 undefine(`bar', `blah')
23 dnl @result{}foo bar blah