t / t4018 / cpp-union-definitionon commit t1408: add a test of stale packed refs covered by loose refs (74195c6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};