source: trunk/essentials/sys-devel/m4/examples/indir.m4

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 285 bytes
Line 
1define(`%%$$##', `>>>$0<<< cnt $#')
2
3# indir(`%%$$##', nonsens, nonsens)
4indir(`%%$$##', nonsens, nonsens)
5
6# indir(`indir', `%%$$##', nonsens)
7indir(`indir', `%%$$##', nonsens)
8
9# indir(`indir', `indir', `indir', `indir', `%%$$##')
10indir(`indir', `indir', `indir', `indir', `%%$$##')
Note: See TracBrowser for help on using the repository browser.