repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git]
/
mcs
/
errors
/
cs0824.cs
blob
14536c088d6125bd1975708ea3d6f493c4420d8d
1
// CS0824: Constructor `C.C()' is marked `external' but has no external implementation specified
2
// Line: 7
3
// Compiler options: -warnaserror
4
5
class
C
6
{
7
public extern
C
();
8
}