2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / 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 ();