Imported Upstream version 1.4.16
[platform/upstream/m4.git] / checks / 060.builtin
1 dnl @ ../doc/m4.texinfo:2558: 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 pushdef(`define', `hidden')
11 dnl @result{}
12 undefine(`undefine')
13 dnl @result{}
14 define(`foo', `bar')
15 dnl @result{}hidden
16 foo
17 dnl @result{}foo
18 builtin(`define', `foo', defn(`divnum'))
19 dnl @result{}
20 foo
21 dnl @result{}0
22 builtin(`define', `foo', `BAR')
23 dnl @result{}
24 foo
25 dnl @result{}BAR
26 undefine(`foo')
27 dnl @result{}undefine(foo)
28 foo
29 dnl @result{}BAR
30 builtin(`undefine', `foo')
31 dnl @result{}
32 foo
33 dnl @result{}foo