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

            /* POTENTIAL FLAW: Use the maximum value for this type */
            data = int.MaxValue;
            CWE190_Integer_Overflow__int_max_square_71b.GoodB2GSink((Object)data);
        }