3 public static int test (int n
) {
14 const string long_str
=
15 "{http://schemas.xmlsoap.org/ws/2003/03/business-process/}partnerLinks";
18 public static int test_string (string s
) {
20 case "{http://schemas.xmlsoap.org/ws/2003/03/business-process/}partnerLinks":
27 public static int Main () {
36 if (test_string (long_str
) != 1)