Imported Upstream version 1.4.16
[platform/upstream/m4.git] / checks / 088.stacks
1 dnl @ ../doc/m4.texinfo:3468: Origin of test
2 dnl @ expected status: 0
3 dnl @ extra options: 
4 dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
5 dnl @ Foundation, Inc.
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
9 dnl @ is preserved.
10 include(`stack.m4')
11 dnl @result{}
12 pushdef(`a', `1')pushdef(`a', `2')pushdef(`a', `3')
13 dnl @result{}
14 define(`show', ``$1'
15 ')
16 dnl @result{}
17 stack_foreach(`a', `show')dnl
18 dnl @result{}1
19 dnl @result{}2
20 dnl @result{}3
21 stack_foreach_lifo(`a', `show')dnl
22 dnl @result{}3
23 dnl @result{}2
24 dnl @result{}1