[runtime] Don't insta-fail when a faulty COM type is encountered. (#5616)
[mono.git] / mcs / tests / test-debug-02.cs
index 42bed427018af15d9970e214c6cbd8475edee327..67261a41deaad78772ebad7d0ce41eb43cba4df5 100644 (file)
@@ -12,7 +12,7 @@ class C1
 
 class C2
 {
-       int a = 55;
+       int a = 55, b = 33;
        
        public C2 ()
        {