update readme (#21797)
[mono-project.git] / mcs / errors / cs0179.cs
blobf4bf35b2a6649edc3463269c5b9aa68d6d70a00e
1 // CS0179: `X.extern_method()' cannot declare a body because it is marked extern
2 // Line:
4 class X {
6 public extern int extern_method ()
10 public static void Main ()