/* goodB2G() - use badsource and goodsink */
        private void GoodB2G()
        {
            long data;

            /* POTENTIAL FLAW: Use the minimum size of the data type */
            data = long.MinValue;
            CWE191_Integer_Underflow__Long_min_sub_51b.GoodB2GSink(data);
        }