blob: b4316275e1651eb73460da9ff00f687a7a8cbe8d [file]
#define a a|
#define b(x) x
b(a)
/*
* check-name: Preprocessor #5
* check-description: Yet more examples from comp.std.c.
* check-command: sparse -E $file
*
* check-output-start
a|
* check-output-end
*/