/* goodB2G() - use badsource and goodsink */
 private static void GoodB2G()
 {
     /* POTENTIAL FLAW: Use the maximum size of the data type */
     data = ulong.MaxValue;
     CWE190_Integer_Overflow__UInt64_max_multiply_68b.GoodB2GSink();
 }