/* goodG2B() - use goodsource and badsink */
        private static void GoodG2B(HttpRequest req, HttpResponse resp)
        {
            string data;

            /* FIX: Use a hardcoded string */
            data = "foo";
            CWE601_Open_Redirect__Web_File_71b.GoodG2BSink((Object)data, req, resp);
        }