7.5. void test expressions

Example 7-7. Example:

void(x)
void_test_expression ==>
        void  ( expression )

Void test expressions evaluate their argument and return a boolean value which is true if the value is void (See void expressions).