blob: 02257c858b4af2de2fff4e991016e10502048fc1 [file]
#include <stdlib.h>
int
main(void)
{
if (getenv("PATH") == NULL)
return 1;
return 0;
}