/* goodG2B() - use goodsource and badsink */
        private void GoodG2B()
        {
            sbyte data;

            /* FIX: Use a hardcoded number that won't cause underflow, overflow, divide by zero, or loss-of-precision issues */
            data = 2;
            CWE191_Integer_Underflow__SByte_console_ReadLine_sub_53b.GoodG2BSink(data);
        }