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

            /* FIX: Set data to an integer represented as a string */
            data = "10";
            CWE94_Improper_Control_of_Generation_of_Code__File_71b.GoodG2BSink((Object)data);
        }