Reorganize attribute list for readability.
[smatch.git] / validation / preprocessor9.c
blob76d6e4149150aaeab5a3e8188e37f74d6e4808f7
1 /*
2 * Should result in
3 * #define X 1
4 * X
5 * since only # in the input stream marks beginning of preprocessor command
6 * and here we get it from macro expansion.
7 */
8 #define A # define X 1