cleol
[mcs.git] / errors / cs0179.cs
bloba83a1d726b4f50340189e628a1330732c952dc4c
1 // cs0179.cs: `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 ()