Hi, I am looking at the parse tree for following snippet: void main(int argc, const char *argv[]) { 5; 6.5; "hello"; } I see that 5 is treated as EXPR_VALUE, 6.5 as EXPR_FVALUE, but "hello" is treated as EXPR_SYMBOL. Why is that? Thanks and Regards Dibyendu -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html