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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs2017.cs
blob
8bb9567161157d75b286a61101980c69ed267e2b
1
// CS2017: Cannot specify -main if building a module or library
2
// Line: 0
3
// Compiler options: -main:ClassMain -target:library
4
5
class
ClassMain
{
6
public static void
Main
() {}
7
}
8