repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use MOONLIGHT symbol
[mcs.git]
/
errors
/
cs0179.cs
blob
a83a1d726b4f50340189e628a1330732c952dc4c
1
// cs0179.cs: `X.extern_method()' cannot declare a body because it is marked extern
2
// Line:
3
4
class
X
{
5
6
public extern int
extern_method
()
7
{
8
}
9
10
public static void
Main
()
11
{
12
}
13
}
14