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

            /* FIX: Use a hardcoded string */
            data = "foo";
            CWE15_External_Control_of_System_or_Configuration_Setting__File_51b.GoodG2BSink(data);
        }