// cs0179.cs: member can not be declared extern and have a body // Line: class X { public extern int extern_method () { } public static void Main () { } }