First cut at something that approaches a sane -Wshadow
[smatch.git] / validation / preprocessor5.c
blobfa389376f83ee640bb324a59911f9f52a535e1b7
1 /*
2 * Yet more examples from comp.std.c.
4 * This should result in "a|". We get it right.
5 */
6 #define a a|
7 #define b(x) x
9 b(a)