keinflue

Results 1 issues of keinflue

The following testcase is not correct: ``` static void hashhash5() { ASSERT_EQUALS("x1", preprocess("x##__LINE__")); } ``` ~~Replacement of macros should happen only after `##` has been "evaluated". See §6.10.3.1 and §6.10.3.4...