blob: 7d81474387b68a2f04c5dd63bfb6f7ff00d429be [file]
#define func(x) x
#define bar func(
#define foo bar foo
foo )
/*
* check-name: Preprocessor #1
* check-description: Used to cause infinite recursion.
* check-command: sparse -E $file
*
* check-output-start
foo
* check-output-end
*/