/* TAGS: min c */ #include #include int main() { const char *test = getenv( "TEST" ); assert( !test ); }