packages feed

cpphs-1.18.6: tests/wrongarity

#define FOO(x,y) This is fine x y

#if FOO(1)
There is an error here
#endif