[runtime] Avoid holding the init lock while calling the cctor in mono_runtime_class_i...
[mono-project.git] / mcs / tests / test-877.cs
blobb372dfc26fab45329320c5c48fb330650ecb1be6
1 using System;
3 struct S
5 string value;
7 public S (int arg)
9 throw new ApplicationException ();
13 public class A
15 public static void Main ()