Use is_type_void(x) instead of x == type_void where qualified versions of void might...
[cparser] / preproctest / simpleifdef.c
1 #ifdef FOO
2 bla
3 #endif
4 foo