[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0575.cs
blobc016ace1dea858c064f8b2a1f8727e5a18d87c47
1 // CS0575: Only class types can contain destructor
2 // Line: 10
4 struct X
6 ~X ()
10 static void Main ()