[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / test-782.cs
index 65069cc540800ef7ff8ab4c9d597117d72304127..8a561cc41a82b6bb3466c9c34053797496d19bdf 100644 (file)
@@ -1,3 +1,5 @@
+// Compiler options: -codepage:utf8
+
 // Tokenizer test
 
 class Test {
@@ -6,5 +8,6 @@ class Test {
 
        public static void Main()
        {
+               string s =  "(" + 1;  // This line contains IDEOGRAPHIC SPACE
        }
 }