aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/preprocessor5.c
blob: fa389376f83ee640bb324a59911f9f52a535e1b7 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Yet more examples from comp.std.c.
 *
 * This should result in "a|". We get it right.
 */
#define a a|
#define b(x) x

b(a)