[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0626-7.cs
blobc8a561e960b5cfb9a8eea0597828b2e22e34f924
1 // CS0626: `A.~A()' is marked as an external but has no DllImport attribute. Consider adding a DllImport attribute to specify the external implementation
2 // Line: 7
3 // Compiler options: -warnaserror
5 public sealed class A
7 extern ~A ();