t / t4018 / cpp-union-definitionon commit submodule config: inline config_from_{name, path} (e6ead0f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};