t / t4018 / cpp-union-definitionon commit Makefile: default to -lcurl when no CURL_CONFIG or CURLDIR (f3f11fa)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};