[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-853.cs
blob3f6c207cc477c35059cbef42b994edac1f53d13d
1 using System;
3 class Program
5 public static int Main ()
7 string s = @"a
9 ";
10 if (s.Length != 5)
11 return 1;
13 return 0;