Fix warnings about undeclared globals, they are irrelevant to the test
[smatch.git] / validation / preprocessor1.c
blob5ae20aabe0f2e0c823e5a1fb7b6932615306e408
1 /*
2 * This makes us really hurl chunks, causing
3 * infinite recursion until we run out of stack.
5 * It _should_ result in just a single plain
7 * "foo"
9 * (without the quotes).
11 #define func(x) x
12 #define bar func(
13 #define foo bar foo
14 foo )