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

            /* POTENTIAL FLAW: Use the maximum size of the data type */
            data = long.MaxValue;
            CWE190_Integer_Overflow__Long_max_square_51b.GoodB2GSink(data);
        }